Html Css Color HEX #C8121F Fire Engine Red

📋 copy color: '#C8121F'

red 200 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #C8121F

Tints of Fire Engine Red #C8121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 80.32%
G = 7.23%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8121F (or 0xC8121F) is known color: Fire Engine Red. HEX triplet: C8, 12 and 1F. RGB value is (200,18,31). Sum of RGB (Red+Green+Blue) = 200+18+31=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8121F is #37EDE0. Grayscale: #4A4A4A. Windows color (decimal): -3665377 or 2036424. OLE color: 2036424.

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

Color convert

RGB 200 18 31 -
CMYK 0 0.91 0.84 0.22
HSL 355.71º 0.83% 0.43% -
HSV(B) 355.71º 0.91% 0.78% -
XYZ 24.28 12.81 2.49 -
YUV 73.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 200 18 31 0 0.91 0.84 0.22 355.71 0.83 0.43
Hex C8 12 1F 0 5B 54 16 164 53 2B
Octal 310 22 37 0 133 124 26 544 123 53
Binary 11001000 10010 11111 0 1011011 1010100 10110 101100100 1010011 101011

Color Harmonies of #C8121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8121F

Black with #C8121F

Text Example


Text Example

White with #C8121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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