Html Css Color HEX #C8162B Fire Engine Red

📋 copy color: '#C8162B'

red 200 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #C8162B

Tints of Fire Engine Red #C8162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 75.47%
G = 8.3%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8162B (or 0xC8162B) is known color: Fire Engine Red. HEX triplet: C8, 16 and 2B. RGB value is (200,22,43). Sum of RGB (Red+Green+Blue) = 200+22+43=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8162B is #37E9D4. Grayscale: #4D4D4D. Windows color (decimal): -3664341 or 2823880. OLE color: 2823880.

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

Color convert

RGB 200 22 43 -
CMYK 0 0.89 0.78 0.22
HSL 352.92º 0.8% 0.44% -
HSV(B) 352.92º 0.89% 0.78% -
XYZ 24.54 13.03 3.51 -
YUV 77.62 108.47 215.29 -
System Red Green Blue C M Y K H S L
Decimal 200 22 43 0 0.89 0.78 0.22 352.92 0.8 0.44
Hex C8 16 2B 0 59 4E 16 161 50 2C
Octal 310 26 53 0 131 116 26 541 120 54
Binary 11001000 10110 101011 0 1011001 1001110 10110 101100001 1010000 101100

Color Harmonies of #C8162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8162B

Black with #C8162B

Text Example


Text Example

White with #C8162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8162B; }

 p { color: rgb(200,22,43); }

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

background-color css

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

 a { background-color: rgb(200,22,43); }

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

border-color css

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

 span { border-color: rgb(200,22,43); }

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