Html Css Color HEX #C8131E Fire Engine Red

📋 copy color: '#C8131E'

red 200 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #C8131E

Tints of Fire Engine Red #C8131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 80.32%
G = 7.63%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8131E (or 0xC8131E) is known color: Fire Engine Red. HEX triplet: C8, 13 and 1E. RGB value is (200,19,30). Sum of RGB (Red+Green+Blue) = 200+19+30=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8131E is #37ECE1. Grayscale: #4A4A4A. Windows color (decimal): -3665122 or 1971144. OLE color: 1971144.

HSL color Cylindrical-coordinate representation of color #C8131E: hue angle of 356.35º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8131E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 30 -
CMYK 0 0.90 0.85 0.22
HSL 356.35º 0.83% 0.43% -
HSV(B) 356.35º 0.91% 0.78% -
XYZ 24.29 12.84 2.43 -
YUV 74.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 200 19 30 0 0.90 0.85 0.22 356.35 0.83 0.43
Hex C8 13 1E 0 5A 55 16 164 53 2B
Octal 310 23 36 0 132 125 26 544 123 53
Binary 11001000 10011 11110 0 1011010 1010101 10110 101100100 1010011 101011

Color Harmonies of #C8131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8131E

Black with #C8131E

Text Example


Text Example

White with #C8131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8131E; }

 p { color: rgb(200,19,30); }

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

background-color css

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

 a { background-color: rgb(200,19,30); }

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

border-color css

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

 span { border-color: rgb(200,19,30); }

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