Html Css Color HEX #CD1E24 Fire Engine Red

📋 copy color: '#CD1E24'

red 205 ◦ green 30 ◦ blue 36

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

Shades of Fire Engine Red #CD1E24

Tints of Fire Engine Red #CD1E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 75.65%
G = 11.07%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD1E24 (or 0xCD1E24) is known color: Fire Engine Red. HEX triplet: CD, 1E and 24. RGB value is (205,30,36). Sum of RGB (Red+Green+Blue) = 205+30+36=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E24 is #32E1DB. Grayscale: #535353. Windows color (decimal): -3334620 or 2367181. OLE color: 2367181.

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

Color convert

RGB 205 30 36 -
CMYK 0 0.85 0.82 0.20
HSL 357.94º 0.74% 0.46% -
HSV(B) 357.94º 0.85% 0.8% -
XYZ 25.96 14.04 3.01 -
YUV 83.01 101.48 215.01 -
System Red Green Blue C M Y K H S L
Decimal 205 30 36 0 0.85 0.82 0.20 357.94 0.74 0.46
Hex CD 1E 24 0 55 52 14 166 4A 2E
Octal 315 36 44 0 125 122 24 546 112 56
Binary 11001101 11110 100100 0 1010101 1010010 10100 101100110 1001010 101110

Color Harmonies of #CD1E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E24

Black with #CD1E24

Text Example


Text Example

White with #CD1E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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