Html Css Color HEX #C8121B Fire Engine Red

📋 copy color: '#C8121B'

red 200 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #C8121B

Tints of Fire Engine Red #C8121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 81.63%
G = 7.35%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8121B (or 0xC8121B) is known color: Fire Engine Red. HEX triplet: C8, 12 and 1B. RGB value is (200,18,27). Sum of RGB (Red+Green+Blue) = 200+18+27=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8121B is #37EDE4. Grayscale: #494949. Windows color (decimal): -3665381 or 1774280. OLE color: 1774280.

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

Color convert

RGB 200 18 27 -
CMYK 0 0.91 0.86 0.22
HSL 357.03º 0.83% 0.43% -
HSV(B) 357.03º 0.91% 0.78% -
XYZ 24.23 12.79 2.23 -
YUV 73.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 200 18 27 0 0.91 0.86 0.22 357.03 0.83 0.43
Hex C8 12 1B 0 5B 56 16 165 53 2B
Octal 310 22 33 0 133 126 26 545 123 53
Binary 11001000 10010 11011 0 1011011 1010110 10110 101100101 1010011 101011

Color Harmonies of #C8121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8121B

Black with #C8121B

Text Example


Text Example

White with #C8121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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