Html Css Color HEX #C81122 Fire Engine Red

📋 copy color: '#C81122'

red 200 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #C81122

Tints of Fire Engine Red #C81122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

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

R = 79.68%
G = 6.77%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C81122 (or 0xC81122) is known color: Fire Engine Red. HEX triplet: C8, 11 and 22. RGB value is (200,17,34). Sum of RGB (Red+Green+Blue) = 200+17+34=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C81122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81122 is #37EEDD. Grayscale: #494949. Windows color (decimal): -3665630 or 2232776. OLE color: 2232776.

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

Color convert

RGB 200 17 34 -
CMYK 0 0.92 0.83 0.22
HSL 354.43º 0.84% 0.43% -
HSV(B) 354.43º 0.92% 0.78% -
XYZ 24.31 12.8 2.7 -
YUV 73.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 200 17 34 0 0.92 0.83 0.22 354.43 0.84 0.43
Hex C8 11 22 0 5C 53 16 162 54 2B
Octal 310 21 42 0 134 123 26 542 124 53
Binary 11001000 10001 100010 0 1011100 1010011 10110 101100010 1010100 101011

Color Harmonies of #C81122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81122

Black with #C81122

Text Example


Text Example

White with #C81122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81122; }

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

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

background-color css

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

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

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

border-color css

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

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

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