Html Css Color HEX #C82327 Fire Engine Red

📋 copy color: '#C82327'

red 200 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #C82327

Tints of Fire Engine Red #C82327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 72.99%
G = 12.77%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C82327 (or 0xC82327) is known color: Fire Engine Red. HEX triplet: C8, 23 and 27. RGB value is (200,35,39). Sum of RGB (Red+Green+Blue) = 200+35+39=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C82327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82327 is #37DCD8. Grayscale: #545454. Windows color (decimal): -3661017 or 2565064. OLE color: 2565064.

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

Color convert

RGB 200 35 39 -
CMYK 0 0.82 0.80 0.22
HSL 358.55º 0.7% 0.46% -
HSV(B) 358.55º 0.83% 0.78% -
XYZ 24.79 13.63 3.24 -
YUV 84.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 200 35 39 0 0.82 0.80 0.22 358.55 0.7 0.46
Hex C8 23 27 0 52 50 16 167 46 2E
Octal 310 43 47 0 122 120 26 547 106 56
Binary 11001000 100011 100111 0 1010010 1010000 10110 101100111 1000110 101110

Color Harmonies of #C82327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82327

Black with #C82327

Text Example


Text Example

White with #C82327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82327; }

 p { color: rgb(200,35,39); }

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

background-color css

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

 a { background-color: rgb(200,35,39); }

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

border-color css

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

 span { border-color: rgb(200,35,39); }

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