Html Css Color HEX #C8101D Fire Engine Red

📋 copy color: '#C8101D'

red 200 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #C8101D

Tints of Fire Engine Red #C8101D

RGB

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

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

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

R = 81.63%
G = 6.53%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8101D (or 0xC8101D) is known color: Fire Engine Red. HEX triplet: C8, 10 and 1D. RGB value is (200,16,29). Sum of RGB (Red+Green+Blue) = 200+16+29=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8101D is #37EFE2. Grayscale: #484848. Windows color (decimal): -3665891 or 1904840. OLE color: 1904840.

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

Color convert

RGB 200 16 29 -
CMYK 0 0.92 0.86 0.22
HSL 355.76º 0.85% 0.42% -
HSV(B) 355.76º 0.92% 0.78% -
XYZ 24.23 12.74 2.34 -
YUV 72.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 200 16 29 0 0.92 0.86 0.22 355.76 0.85 0.42
Hex C8 10 1D 0 5C 56 16 164 55 2A
Octal 310 20 35 0 134 126 26 544 125 52
Binary 11001000 10000 11101 0 1011100 1010110 10110 101100100 1010101 101010

Color Harmonies of #C8101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8101D

Black with #C8101D

Text Example


Text Example

White with #C8101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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