Html Css Color HEX #C82229 Fire Engine Red

📋 copy color: '#C82229'

red 200 ◦ green 34 ◦ blue 41

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

Shades of Fire Engine Red #C82229

Tints of Fire Engine Red #C82229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

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

R = 72.73%
G = 12.36%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C82229 (or 0xC82229) is known color: Fire Engine Red. HEX triplet: C8, 22 and 29. RGB value is (200,34,41). Sum of RGB (Red+Green+Blue) = 200+34+41=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C82229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82229 is #37DDD6. Grayscale: #545454. Windows color (decimal): -3661271 or 2695880. OLE color: 2695880.

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

Color convert

RGB 200 34 41 -
CMYK 0 0.83 0.80 0.22
HSL 357.47º 0.71% 0.46% -
HSV(B) 357.47º 0.83% 0.78% -
XYZ 24.79 13.58 3.41 -
YUV 84.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 200 34 41 0 0.83 0.80 0.22 357.47 0.71 0.46
Hex C8 22 29 0 53 50 16 165 47 2E
Octal 310 42 51 0 123 120 26 545 107 56
Binary 11001000 100010 101001 0 1010011 1010000 10110 101100101 1000111 101110

Color Harmonies of #C82229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82229

Black with #C82229

Text Example


Text Example

White with #C82229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82229; }

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

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

background-color css

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

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

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

border-color css

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

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

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