Html Css Color HEX #CD2124 Fire Engine Red

📋 copy color: '#CD2124'

red 205 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #CD2124

Tints of Fire Engine Red #CD2124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 74.82%
G = 12.04%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD2124 (or 0xCD2124) is known color: Fire Engine Red. HEX triplet: CD, 21 and 24. RGB value is (205,33,36). Sum of RGB (Red+Green+Blue) = 205+33+36=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2124 is #32DEDB. Grayscale: #545454. Windows color (decimal): -3333852 or 2367949. OLE color: 2367949.

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

Color convert

RGB 205 33 36 -
CMYK 0 0.84 0.82 0.20
HSL 358.95º 0.72% 0.47% -
HSV(B) 358.95º 0.84% 0.8% -
XYZ 26.04 14.19 3.04 -
YUV 84.77 100.48 213.76 -
System Red Green Blue C M Y K H S L
Decimal 205 33 36 0 0.84 0.82 0.20 358.95 0.72 0.47
Hex CD 21 24 0 54 52 14 167 48 2F
Octal 315 41 44 0 124 122 24 547 110 57
Binary 11001101 100001 100100 0 1010100 1010010 10100 101100111 1001000 101111

Color Harmonies of #CD2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2124

Black with #CD2124

Text Example


Text Example

White with #CD2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2124; }

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

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

background-color css

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

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

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

border-color css

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

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

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