Html Css Color HEX #CD0829 Fire Engine Red

📋 copy color: '#CD0829'

red 205 ◦ green 8 ◦ blue 41

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

Shades of Fire Engine Red #CD0829

Tints of Fire Engine Red #CD0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 80.71%
G = 3.15%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD0829 (or 0xCD0829) is known color: Fire Engine Red. HEX triplet: CD, 08 and 29. RGB value is (205,8,41). Sum of RGB (Red+Green+Blue) = 205+8+41=254 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.71% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0829 is #32F7D6. Grayscale: #464646. Windows color (decimal): -3340247 or 2689229. OLE color: 2689229.

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

Color convert

RGB 205 8 41 -
CMYK 0 0.96 0.8 0.20
HSL 349.95º 0.92% 0.42% -
HSV(B) 349.95º 0.96% 0.8% -
XYZ 25.66 13.31 3.31 -
YUV 70.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 205 8 41 0 0.96 0.8 0.20 349.95 0.92 0.42
Hex CD 8 29 0 60 50 14 15E 5C 2A
Octal 315 10 51 0 140 120 24 536 134 52
Binary 11001101 1000 101001 0 1100000 1010000 10100 101011110 1011100 101010

Color Harmonies of #CD0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0829

Black with #CD0829

Text Example


Text Example

White with #CD0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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