Html Css Color HEX #CD1324 Fire Engine Red

📋 copy color: '#CD1324'

red 205 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #CD1324

Tints of Fire Engine Red #CD1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 78.85%
G = 7.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD1324 (or 0xCD1324) is known color: Fire Engine Red. HEX triplet: CD, 13 and 24. RGB value is (205,19,36). Sum of RGB (Red+Green+Blue) = 205+19+36=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1324 is #32ECDB. Grayscale: #4C4C4C. Windows color (decimal): -3337436 or 2364365. OLE color: 2364365.

HSL color Cylindrical-coordinate representation of color #CD1324: hue angle of 354.52º degrees, saturation: 0.83, 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 #CD1324 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 36 -
CMYK 0 0.91 0.82 0.20
HSL 354.52º 0.83% 0.44% -
HSV(B) 354.52º 0.91% 0.8% -
XYZ 25.73 13.57 2.93 -
YUV 76.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 205 19 36 0 0.91 0.82 0.20 354.52 0.83 0.44
Hex CD 13 24 0 5B 52 14 163 53 2C
Octal 315 23 44 0 133 122 24 543 123 54
Binary 11001101 10011 100100 0 1011011 1010010 10100 101100011 1010011 101100

Color Harmonies of #CD1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1324

Black with #CD1324

Text Example


Text Example

White with #CD1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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