Html Css Color HEX #CD1421 Fire Engine Red

📋 copy color: '#CD1421'

red 205 ◦ green 20 ◦ blue 33

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

Shades of Fire Engine Red #CD1421

Tints of Fire Engine Red #CD1421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 79.46%
G = 7.75%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD1421 (or 0xCD1421) is known color: Fire Engine Red. HEX triplet: CD, 14 and 21. RGB value is (205,20,33). Sum of RGB (Red+Green+Blue) = 205+20+33=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1421 is #32EBDE. Grayscale: #4C4C4C. Windows color (decimal): -3337183 or 2168013. OLE color: 2168013.

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

Color convert

RGB 205 20 33 -
CMYK 0 0.90 0.84 0.20
HSL 355.78º 0.82% 0.44% -
HSV(B) 355.78º 0.9% 0.8% -
XYZ 25.7 13.59 2.71 -
YUV 76.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 205 20 33 0 0.90 0.84 0.20 355.78 0.82 0.44
Hex CD 14 21 0 5A 54 14 164 52 2C
Octal 315 24 41 0 132 124 24 544 122 54
Binary 11001101 10100 100001 0 1011010 1010100 10100 101100100 1010010 101100

Color Harmonies of #CD1421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1421

Black with #CD1421

Text Example


Text Example

White with #CD1421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1421; }

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

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

background-color css

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

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

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

border-color css

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

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

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