Html Css Color HEX #CD2029 Fire Engine Red

📋 copy color: '#CD2029'

red 205 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #CD2029

Tints of Fire Engine Red #CD2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 73.74%
G = 11.51%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD2029 (or 0xCD2029) is known color: Fire Engine Red. HEX triplet: CD, 20 and 29. RGB value is (205,32,41). Sum of RGB (Red+Green+Blue) = 205+32+41=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2029 is #32DFD6. Grayscale: #545454. Windows color (decimal): -3334103 or 2695373. OLE color: 2695373.

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

Color convert

RGB 205 32 41 -
CMYK 0 0.84 0.8 0.20
HSL 356.88º 0.73% 0.46% -
HSV(B) 356.88º 0.84% 0.8% -
XYZ 26.09 14.17 3.46 -
YUV 84.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 205 32 41 0 0.84 0.8 0.20 356.88 0.73 0.46
Hex CD 20 29 0 54 50 14 165 49 2E
Octal 315 40 51 0 124 120 24 545 111 56
Binary 11001101 100000 101001 0 1010100 1010000 10100 101100101 1001001 101110

Color Harmonies of #CD2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2029

Black with #CD2029

Text Example


Text Example

White with #CD2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2029; }

 p { color: rgb(205,32,41); }

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

background-color css

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

 a { background-color: rgb(205,32,41); }

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

border-color css

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

 span { border-color: rgb(205,32,41); }

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