Html Css Color HEX #CD242C Fire Engine Red

📋 copy color: '#CD242C'

red 205 ◦ green 36 ◦ blue 44

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

Shades of Fire Engine Red #CD242C

Tints of Fire Engine Red #CD242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 71.93%
G = 12.63%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD242C (or 0xCD242C) is known color: Fire Engine Red. HEX triplet: CD, 24 and 2C. RGB value is (205,36,44). Sum of RGB (Red+Green+Blue) = 205+36+44=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD242C is #32DBD3. Grayscale: #575757. Windows color (decimal): -3333076 or 2893005. OLE color: 2893005.

HSL color Cylindrical-coordinate representation of color #CD242C: hue angle of 357.16º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD242C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 44 -
CMYK 0 0.82 0.79 0.20
HSL 357.16º 0.7% 0.47% -
HSV(B) 357.16º 0.82% 0.8% -
XYZ 26.26 14.42 3.78 -
YUV 87.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 205 36 44 0 0.82 0.79 0.20 357.16 0.7 0.47
Hex CD 24 2C 0 52 4F 14 165 46 2F
Octal 315 44 54 0 122 117 24 545 106 57
Binary 11001101 100100 101100 0 1010010 1001111 10100 101100101 1000110 101111

Color Harmonies of #CD242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD242C

Black with #CD242C

Text Example


Text Example

White with #CD242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD242C; }

 p { color: rgb(205,36,44); }

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

background-color css

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

 a { background-color: rgb(205,36,44); }

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

border-color css

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

 span { border-color: rgb(205,36,44); }

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