Html Css Color HEX #CD1422 Fire Engine Red

📋 copy color: '#CD1422'

red 205 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #CD1422

Tints of Fire Engine Red #CD1422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 79.15%
G = 7.72%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD1422 (or 0xCD1422) is known color: Fire Engine Red. HEX triplet: CD, 14 and 22. RGB value is (205,20,34). Sum of RGB (Red+Green+Blue) = 205+20+34=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1422 is #32EBDD. Grayscale: #4D4D4D. Windows color (decimal): -3337182 or 2233549. OLE color: 2233549.

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

Color convert

RGB 205 20 34 -
CMYK 0 0.90 0.83 0.20
HSL 355.46º 0.82% 0.44% -
HSV(B) 355.46º 0.9% 0.8% -
XYZ 25.72 13.59 2.78 -
YUV 76.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 205 20 34 0 0.90 0.83 0.20 355.46 0.82 0.44
Hex CD 14 22 0 5A 53 14 163 52 2C
Octal 315 24 42 0 132 123 24 543 122 54
Binary 11001101 10100 100010 0 1011010 1010011 10100 101100011 1010010 101100

Color Harmonies of #CD1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1422

Black with #CD1422

Text Example


Text Example

White with #CD1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1422; }

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

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

background-color css

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

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

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

border-color css

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

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

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