Html Css Color HEX #C8172B Fire Engine Red

📋 copy color: '#C8172B'

red 200 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #C8172B

Tints of Fire Engine Red #C8172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 75.19%
G = 8.65%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8172B (or 0xC8172B) is known color: Fire Engine Red. HEX triplet: C8, 17 and 2B. RGB value is (200,23,43). Sum of RGB (Red+Green+Blue) = 200+23+43=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8172B is #37E8D4. Grayscale: #4E4E4E. Windows color (decimal): -3664085 or 2824136. OLE color: 2824136.

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

Color convert

RGB 200 23 43 -
CMYK 0 0.88 0.78 0.22
HSL 353.22º 0.79% 0.44% -
HSV(B) 353.22º 0.89% 0.78% -
XYZ 24.56 13.07 3.51 -
YUV 78.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 200 23 43 0 0.88 0.78 0.22 353.22 0.79 0.44
Hex C8 17 2B 0 58 4E 16 161 4F 2C
Octal 310 27 53 0 130 116 26 541 117 54
Binary 11001000 10111 101011 0 1011000 1001110 10110 101100001 1001111 101100

Color Harmonies of #C8172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8172B

Black with #C8172B

Text Example


Text Example

White with #C8172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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