Html Css Color HEX #C8101F Fire Engine Red

📋 copy color: '#C8101F'

red 200 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #C8101F

Tints of Fire Engine Red #C8101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 80.97%
G = 6.48%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8101F (or 0xC8101F) is known color: Fire Engine Red. HEX triplet: C8, 10 and 1F. RGB value is (200,16,31). Sum of RGB (Red+Green+Blue) = 200+16+31=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8101F is #37EFE0. Grayscale: #484848. Windows color (decimal): -3665889 or 2035912. OLE color: 2035912.

HSL color Cylindrical-coordinate representation of color #C8101F: hue angle of 355.11º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8101F is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 16 31 -
CMYK 0 0.92 0.84 0.22
HSL 355.11º 0.85% 0.42% -
HSV(B) 355.11º 0.92% 0.78% -
XYZ 24.25 12.75 2.48 -
YUV 72.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 200 16 31 0 0.92 0.84 0.22 355.11 0.85 0.42
Hex C8 10 1F 0 5C 54 16 163 55 2A
Octal 310 20 37 0 134 124 26 543 125 52
Binary 11001000 10000 11111 0 1011100 1010100 10110 101100011 1010101 101010

Color Harmonies of #C8101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8101F

Black with #C8101F

Text Example


Text Example

White with #C8101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8101F; }

 p { color: rgb(200,16,31); }

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

background-color css

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

 a { background-color: rgb(200,16,31); }

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

border-color css

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

 span { border-color: rgb(200,16,31); }

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