Html Css Color HEX #CD1229 Fire Engine Red

📋 copy color: '#CD1229'

red 205 ◦ green 18 ◦ blue 41

#CD1229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CD1229

Tints of Fire Engine Red #CD1229

RGB

 RED value IS 205 (80.47% from 255) = 77.65%

 GREEN value IS 18 (7.42% from 255) = 6.82%

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 77.65%
G = 6.82%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD1229 (or 0xCD1229) is known color: Fire Engine Red. HEX triplet: CD, 12 and 29. RGB value is (205,18,41). Sum of RGB (Red+Green+Blue) = 205+18+41=264 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.65% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1229 is #32EDD6. Grayscale: #4C4C4C. Windows color (decimal): -3337687 or 2691789. OLE color: 2691789.

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

Color convert

RGB 205 18 41 -
CMYK 0 0.91 0.8 0.20
HSL 352.62º 0.84% 0.44% -
HSV(B) 352.62º 0.91% 0.8% -
XYZ 25.79 13.57 3.36 -
YUV 76.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 205 18 41 0 0.91 0.8 0.20 352.62 0.84 0.44
Hex CD 12 29 0 5B 50 14 161 54 2C
Octal 315 22 51 0 133 120 24 541 124 54
Binary 11001101 10010 101001 0 1011011 1010000 10100 101100001 1010100 101100

Color Harmonies of #CD1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1229

Black with #CD1229

Text Example


Text Example

White with #CD1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1229; }

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

 H1.HeaderClassName
 {
   color: #CD1229;
 }
 .AnyTagClassName
 {
   color: #CD1229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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