Html Css Color HEX #C82022 Fire Engine Red

📋 copy color: '#C82022'

red 200 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #C82022

Tints of Fire Engine Red #C82022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 75.19%
G = 12.03%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C82022 (or 0xC82022) is known color: Fire Engine Red. HEX triplet: C8, 20 and 22. RGB value is (200,32,34). Sum of RGB (Red+Green+Blue) = 200+32+34=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C82022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82022 is #37DFDD. Grayscale: #525252. Windows color (decimal): -3661790 or 2236616. OLE color: 2236616.

HSL color Cylindrical-coordinate representation of color #C82022: hue angle of 359.29º 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 #C82022 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 34 -
CMYK 0 0.84 0.83 0.22
HSL 359.29º 0.72% 0.45% -
HSV(B) 359.29º 0.84% 0.78% -
XYZ 24.62 13.43 2.81 -
YUV 82.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 200 32 34 0 0.84 0.83 0.22 359.29 0.72 0.45
Hex C8 20 22 0 54 53 16 167 48 2D
Octal 310 40 42 0 124 123 26 547 110 55
Binary 11001000 100000 100010 0 1010100 1010011 10110 101100111 1001000 101101

Color Harmonies of #C82022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82022

Black with #C82022

Text Example


Text Example

White with #C82022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82022; }

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

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

background-color css

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

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

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

border-color css

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

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

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