#CF1D26

Color #CF1D26 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CF1D26

Tints of Fire Engine Red #CF1D26

Color information

#CF1D26 (or 0xCF1D26) is unknown color: approx Fire Engine Red. HEX triplet: CF, 1D and 26. RGB value is (207,29,38). Sum of RGB (Red+Green+Blue) = 207+29+38=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1D26 is #30E2D9. Grayscale: #535353. Windows color (decimal): -3203802 or 2497999. OLE color: 2497999.

HSL color Cylindrical-coordinate representation of color #CF1D26: hue angle of 356.97º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1D26 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB2072938-
CMYK00.860.820.19
HSL356.97º75.42%46.27%-
HSV(B)356.97º85.99%81.18%-
XYZ26.5214.283.19-
YUV83.25102.47216.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 75.55%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=75.55%
G=10.58%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207293800.860.820.19356.9775.4246.27
HexCF1D2605652131654b2e
Octal317354601261222354511356
Binary1100111111101100110010101101010010100111011001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1D26; }

 p { color: rgb(207,29,38); }

 H1.HeaderClassName
 {
   color: #CF1D26;
 }
 .AnyTagClassName
 {
   color: #CF1D26;
 }
</style>
background-color css

<style>
 a { background-color: #CF1D26; }

 a { background-color: rgb(207,29,38); }

 div.DivClassName
 {
   background-color: #CF1D26;
 }
 .BgClassName
 {
   background-color: #CF1D26;
 }
</style>
border-color css

<style>
 span { border-color: #CF1D26; }

 span { border-color: rgb(207,29,38); }

 td.TdClassName
 {
   border-color: #CF1D26;
 }
 .TagClassName
 {
   border-color: #CF1D26;
 }
</style>