Html Css Color HEX #C80629 Fire Engine Red

📋 copy color: '#C80629'

red 200 ◦ green 6 ◦ blue 41

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

Shades of Fire Engine Red #C80629

Tints of Fire Engine Red #C80629

RGB

 RED value IS 200 (78.52% from 255) = 80.97%

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 80.97%
G = 2.43%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C80629 (or 0xC80629) is known color: Fire Engine Red. HEX triplet: C8, 06 and 29. RGB value is (200,6,41). Sum of RGB (Red+Green+Blue) = 200+6+41=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C80629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80629 is #37F9D6. Grayscale: #444444. Windows color (decimal): -3668439 or 2688712. OLE color: 2688712.

HSL color Cylindrical-coordinate representation of color #C80629: hue angle of 349.18º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80629 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 41 -
CMYK 0 0.97 0.80 0.22
HSL 349.18º 0.94% 0.4% -
HSV(B) 349.18º 0.97% 0.78% -
XYZ 24.28 12.57 3.24 -
YUV 68 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 200 6 41 0 0.97 0.80 0.22 349.18 0.94 0.4
Hex C8 6 29 0 61 50 16 15D 5E 28
Octal 310 6 51 0 141 120 26 535 136 50
Binary 11001000 110 101001 0 1100001 1010000 10110 101011101 1011110 101000

Color Harmonies of #C80629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80629

Black with #C80629

Text Example


Text Example

White with #C80629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80629; }

 p { color: rgb(200,6,41); }

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

background-color css

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

 a { background-color: rgb(200,6,41); }

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

border-color css

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

 span { border-color: rgb(200,6,41); }

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