Html Css Color HEX #C81322 Fire Engine Red

📋 copy color: '#C81322'

red 200 ◦ green 19 ◦ blue 34

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

Shades of Fire Engine Red #C81322

Tints of Fire Engine Red #C81322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 79.05%
G = 7.51%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C81322 (or 0xC81322) is known color: Fire Engine Red. HEX triplet: C8, 13 and 22. RGB value is (200,19,34). Sum of RGB (Red+Green+Blue) = 200+19+34=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C81322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81322 is #37ECDD. Grayscale: #4A4A4A. Windows color (decimal): -3665118 or 2233288. OLE color: 2233288.

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

Color convert

RGB 200 19 34 -
CMYK 0 0.90 0.83 0.22
HSL 355.03º 0.83% 0.43% -
HSV(B) 355.03º 0.91% 0.78% -
XYZ 24.34 12.86 2.71 -
YUV 74.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 200 19 34 0 0.90 0.83 0.22 355.03 0.83 0.43
Hex C8 13 22 0 5A 53 16 163 53 2B
Octal 310 23 42 0 132 123 26 543 123 53
Binary 11001000 10011 100010 0 1011010 1010011 10110 101100011 1010011 101011

Color Harmonies of #C81322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81322

Black with #C81322

Text Example


Text Example

White with #C81322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81322; }

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

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

background-color css

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

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

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

border-color css

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

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

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