Html Css Color HEX #C81822 Fire Engine Red

📋 copy color: '#C81822'

red 200 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #C81822

Tints of Fire Engine Red #C81822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

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

R = 77.52%
G = 9.3%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C81822 (or 0xC81822) is known color: Fire Engine Red. HEX triplet: C8, 18 and 22. RGB value is (200,24,34). Sum of RGB (Red+Green+Blue) = 200+24+34=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C81822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81822 is #37E7DD. Grayscale: #4D4D4D. Windows color (decimal): -3663838 or 2234568. OLE color: 2234568.

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

Color convert

RGB 200 24 34 -
CMYK 0 0.88 0.83 0.22
HSL 356.59º 0.79% 0.44% -
HSV(B) 356.59º 0.88% 0.78% -
XYZ 24.43 13.05 2.74 -
YUV 77.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 200 24 34 0 0.88 0.83 0.22 356.59 0.79 0.44
Hex C8 18 22 0 58 53 16 165 4F 2C
Octal 310 30 42 0 130 123 26 545 117 54
Binary 11001000 11000 100010 0 1011000 1010011 10110 101100101 1001111 101100

Color Harmonies of #C81822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81822

Black with #C81822

Text Example


Text Example

White with #C81822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81822; }

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

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

background-color css

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

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

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

border-color css

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

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

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