Html Css Color HEX #C8131D Fire Engine Red

📋 copy color: '#C8131D'

red 200 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #C8131D

Tints of Fire Engine Red #C8131D

RGB

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

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

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

R = 80.65%
G = 7.66%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8131D (or 0xC8131D) is known color: Fire Engine Red. HEX triplet: C8, 13 and 1D. RGB value is (200,19,29). Sum of RGB (Red+Green+Blue) = 200+19+29=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C8131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8131D is #37ECE2. Grayscale: #4A4A4A. Windows color (decimal): -3665123 or 1905608. OLE color: 1905608.

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

Color convert

RGB 200 19 29 -
CMYK 0 0.90 0.86 0.22
HSL 356.69º 0.83% 0.43% -
HSV(B) 356.69º 0.91% 0.78% -
XYZ 24.27 12.83 2.36 -
YUV 74.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 200 19 29 0 0.90 0.86 0.22 356.69 0.83 0.43
Hex C8 13 1D 0 5A 56 16 165 53 2B
Octal 310 23 35 0 132 126 26 545 123 53
Binary 11001000 10011 11101 0 1011010 1010110 10110 101100101 1010011 101011

Color Harmonies of #C8131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8131D

Black with #C8131D

Text Example


Text Example

White with #C8131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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