Html Css Color HEX #CD1314 Fire Engine Red

📋 copy color: '#CD1314'

red 205 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #CD1314

Tints of Fire Engine Red #CD1314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 84.02%
G = 7.79%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD1314 (or 0xCD1314) is known color: Fire Engine Red. HEX triplet: CD, 13 and 14. RGB value is (205,19,20). Sum of RGB (Red+Green+Blue) = 205+19+20=244 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.02% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1314 is #32ECEB. Grayscale: #4A4A4A. Windows color (decimal): -3337452 or 1315789. OLE color: 1315789.

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

Color convert

RGB 205 19 20 -
CMYK 0 0.91 0.90 0.20
HSL 359.68º 0.83% 0.44% -
HSV(B) 359.68º 0.91% 0.8% -
XYZ 25.54 13.5 1.92 -
YUV 74.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 205 19 20 0 0.91 0.90 0.20 359.68 0.83 0.44
Hex CD 13 14 0 5B 5A 14 168 53 2C
Octal 315 23 24 0 133 132 24 550 123 54
Binary 11001101 10011 10100 0 1011011 1011010 10100 101101000 1010011 101100

Color Harmonies of #CD1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1314

Black with #CD1314

Text Example


Text Example

White with #CD1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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