Html Css Color HEX #C8121A Fire Engine Red

📋 copy color: '#C8121A'

red 200 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #C8121A

Tints of Fire Engine Red #C8121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 81.97%
G = 7.38%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8121A (or 0xC8121A) is known color: Fire Engine Red. HEX triplet: C8, 12 and 1A. RGB value is (200,18,26). Sum of RGB (Red+Green+Blue) = 200+18+26=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C8121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8121A is #37EDE5. Grayscale: #494949. Windows color (decimal): -3665382 or 1708744. OLE color: 1708744.

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

Color convert

RGB 200 18 26 -
CMYK 0 0.91 0.87 0.22
HSL 357.36º 0.83% 0.43% -
HSV(B) 357.36º 0.91% 0.78% -
XYZ 24.22 12.79 2.17 -
YUV 73.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 200 18 26 0 0.91 0.87 0.22 357.36 0.83 0.43
Hex C8 12 1A 0 5B 57 16 165 53 2B
Octal 310 22 32 0 133 127 26 545 123 53
Binary 11001000 10010 11010 0 1011011 1010111 10110 101100101 1010011 101011

Color Harmonies of #C8121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8121A

Black with #C8121A

Text Example


Text Example

White with #C8121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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