Html Css Color HEX #C8161A Fire Engine Red

📋 copy color: '#C8161A'

red 200 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #C8161A

Tints of Fire Engine Red #C8161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 80.65%
G = 8.87%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8161A (or 0xC8161A) is known color: Fire Engine Red. HEX triplet: C8, 16 and 1A. RGB value is (200,22,26). Sum of RGB (Red+Green+Blue) = 200+22+26=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C8161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8161A is #37E9E5. Grayscale: #4B4B4B. Windows color (decimal): -3664358 or 1709768. OLE color: 1709768.

HSL color Cylindrical-coordinate representation of color #C8161A: hue angle of 358.65º 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 #C8161A is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 26 -
CMYK 0 0.89 0.87 0.22
HSL 358.65º 0.8% 0.44% -
HSV(B) 358.65º 0.89% 0.78% -
XYZ 24.29 12.93 2.19 -
YUV 75.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 200 22 26 0 0.89 0.87 0.22 358.65 0.8 0.44
Hex C8 16 1A 0 59 57 16 167 50 2C
Octal 310 26 32 0 131 127 26 547 120 54
Binary 11001000 10110 11010 0 1011001 1010111 10110 101100111 1010000 101100

Color Harmonies of #C8161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8161A

Black with #C8161A

Text Example


Text Example

White with #C8161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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