Html Css Color HEX #C82029 Fire Engine Red

📋 copy color: '#C82029'

red 200 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #C82029

Tints of Fire Engine Red #C82029

RGB

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

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

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

R = 73.26%
G = 11.72%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C82029 (or 0xC82029) is known color: Fire Engine Red. HEX triplet: C8, 20 and 29. RGB value is (200,32,41). Sum of RGB (Red+Green+Blue) = 200+32+41=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C82029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82029 is #37DFD6. Grayscale: #535353. Windows color (decimal): -3661783 or 2695368. OLE color: 2695368.

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

Color convert

RGB 200 32 41 -
CMYK 0 0.84 0.80 0.22
HSL 356.79º 0.72% 0.45% -
HSV(B) 356.79º 0.84% 0.78% -
XYZ 24.74 13.47 3.39 -
YUV 83.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 200 32 41 0 0.84 0.80 0.22 356.79 0.72 0.45
Hex C8 20 29 0 54 50 16 165 48 2D
Octal 310 40 51 0 124 120 26 545 110 55
Binary 11001000 100000 101001 0 1010100 1010000 10110 101100101 1001000 101101

Color Harmonies of #C82029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82029

Black with #C82029

Text Example


Text Example

White with #C82029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82029; }

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

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

background-color css

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

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

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

border-color css

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

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

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