Html Css Color HEX #C82024 Fire Engine Red

📋 copy color: '#C82024'

red 200 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #C82024

Tints of Fire Engine Red #C82024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 74.63%
G = 11.94%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82024 (or 0xC82024) is known color: Fire Engine Red. HEX triplet: C8, 20 and 24. RGB value is (200,32,36). Sum of RGB (Red+Green+Blue) = 200+32+36=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C82024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82024 is #37DFDB. Grayscale: #525252. Windows color (decimal): -3661788 or 2367688. OLE color: 2367688.

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

Color convert

RGB 200 32 36 -
CMYK 0 0.84 0.82 0.22
HSL 358.57º 0.72% 0.45% -
HSV(B) 358.57º 0.84% 0.78% -
XYZ 24.65 13.44 2.96 -
YUV 82.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 200 32 36 0 0.84 0.82 0.22 358.57 0.72 0.45
Hex C8 20 24 0 54 52 16 167 48 2D
Octal 310 40 44 0 124 122 26 547 110 55
Binary 11001000 100000 100100 0 1010100 1010010 10110 101100111 1001000 101101

Color Harmonies of #C82024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82024

Black with #C82024

Text Example


Text Example

White with #C82024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82024; }

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

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

background-color css

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

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

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

border-color css

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

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

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