Html Css Color HEX #C8161D Fire Engine Red

📋 copy color: '#C8161D'

red 200 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #C8161D

Tints of Fire Engine Red #C8161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 79.68%
G = 8.76%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8161D (or 0xC8161D) is known color: Fire Engine Red. HEX triplet: C8, 16 and 1D. RGB value is (200,22,29). Sum of RGB (Red+Green+Blue) = 200+22+29=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8161D is #37E9E2. Grayscale: #4C4C4C. Windows color (decimal): -3664355 or 1906376. OLE color: 1906376.

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

Color convert

RGB 200 22 29 -
CMYK 0 0.89 0.86 0.22
HSL 357.64º 0.8% 0.44% -
HSV(B) 357.64º 0.89% 0.78% -
XYZ 24.33 12.94 2.38 -
YUV 76.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 200 22 29 0 0.89 0.86 0.22 357.64 0.8 0.44
Hex C8 16 1D 0 59 56 16 166 50 2C
Octal 310 26 35 0 131 126 26 546 120 54
Binary 11001000 10110 11101 0 1011001 1010110 10110 101100110 1010000 101100

Color Harmonies of #C8161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8161D

Black with #C8161D

Text Example


Text Example

White with #C8161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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