Html Css Color HEX #C8122C Fire Engine Red

📋 copy color: '#C8122C'

red 200 ◦ green 18 ◦ blue 44

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

Shades of Fire Engine Red #C8122C

Tints of Fire Engine Red #C8122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 76.34%
G = 6.87%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8122C (or 0xC8122C) is known color: Fire Engine Red. HEX triplet: C8, 12 and 2C. RGB value is (200,18,44). Sum of RGB (Red+Green+Blue) = 200+18+44=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8122C is #37EDD3. Grayscale: #4B4B4B. Windows color (decimal): -3665364 or 2888392. OLE color: 2888392.

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

Color convert

RGB 200 18 44 -
CMYK 0 0.91 0.78 0.22
HSL 351.43º 0.83% 0.43% -
HSV(B) 351.43º 0.91% 0.78% -
XYZ 24.49 12.89 3.58 -
YUV 75.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 200 18 44 0 0.91 0.78 0.22 351.43 0.83 0.43
Hex C8 12 2C 0 5B 4E 16 15F 53 2B
Octal 310 22 54 0 133 116 26 537 123 53
Binary 11001000 10010 101100 0 1011011 1001110 10110 101011111 1010011 101011

Color Harmonies of #C8122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8122C

Black with #C8122C

Text Example


Text Example

White with #C8122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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