#CD1A29

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

Shades of Fire Engine Red #CD1A29

Tints of Fire Engine Red #CD1A29

Color information

#CD1A29 (or 0xCD1A29) is unknown color: approx Fire Engine Red. HEX triplet: CD, 1A and 29. RGB value is (205,26,41). Sum of RGB (Red+Green+Blue) = 205+26+41=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1A29 is #32E5D6. Grayscale: #515151. Windows color (decimal): -3335639 or 2693837. OLE color: 2693837.

HSL color Cylindrical-coordinate representation of color #CD1A29: hue angle of 354.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A29 is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB2052641-
CMYK00.870.80.20
HSL354.97º77.49%45.29%-
HSV(B)354.97º87.32%80.39%-
XYZ25.9513.883.41-
YUV81.23105.3216.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 75.37%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=75.37%
G=9.56%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.8
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205264100.870.80.20354.9777.4945.29
HexCD1A2905750141634d2d
Octal315325101271202454311555
Binary1100110111010101001010101111010000101001011000111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1A29; }

 p { color: rgb(205,26,41); }

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

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

 a { background-color: rgb(205,26,41); }

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

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

 span { border-color: rgb(205,26,41); }

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