Html Css Color HEX #C3112C Fire Engine Red

📋 copy color: '#C3112C'

red 195 ◦ green 17 ◦ blue 44

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

Shades of Fire Engine Red #C3112C

Tints of Fire Engine Red #C3112C

RGB

 RED value IS 195 (76.56% from 255) = 76.17%

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 76.17%
G = 6.64%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3112C (or 0xC3112C) is known color: Fire Engine Red. HEX triplet: C3, 11 and 2C. RGB value is (195,17,44). Sum of RGB (Red+Green+Blue) = 195+17+44=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3112C is #3CEED3. Grayscale: #494949. Windows color (decimal): -3993300 or 2888131. OLE color: 2888131.

HSL color Cylindrical-coordinate representation of color #C3112C: hue angle of 350.9º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3112C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 44 -
CMYK 0 0.91 0.77 0.24
HSL 350.9º 0.84% 0.42% -
HSV(B) 350.9º 0.91% 0.76% -
XYZ 23.16 12.18 3.51 -
YUV 73.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 195 17 44 0 0.91 0.77 0.24 350.9 0.84 0.42
Hex C3 11 2C 0 5B 4D 18 15F 54 2A
Octal 303 21 54 0 133 115 30 537 124 52
Binary 11000011 10001 101100 0 1011011 1001101 11000 101011111 1010100 101010

Color Harmonies of #C3112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3112C

Black with #C3112C

Text Example


Text Example

White with #C3112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3112C; }

 p { color: rgb(195,17,44); }

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

background-color css

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

 a { background-color: rgb(195,17,44); }

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

border-color css

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

 span { border-color: rgb(195,17,44); }

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