Html Css Color HEX #C3111F Fire Engine Red

📋 copy color: '#C3111F'

red 195 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #C3111F

Tints of Fire Engine Red #C3111F

RGB

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

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

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

R = 80.25%
G = 7%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3111F (or 0xC3111F) is known color: Fire Engine Red. HEX triplet: C3, 11 and 1F. RGB value is (195,17,31). Sum of RGB (Red+Green+Blue) = 195+17+31=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3111F is #3CEEE0. Grayscale: #474747. Windows color (decimal): -3993313 or 2036163. OLE color: 2036163.

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

Color convert

RGB 195 17 31 -
CMYK 0 0.91 0.84 0.24
HSL 355.28º 0.84% 0.42% -
HSV(B) 355.28º 0.91% 0.76% -
XYZ 22.95 12.1 2.42 -
YUV 71.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 195 17 31 0 0.91 0.84 0.24 355.28 0.84 0.42
Hex C3 11 1F 0 5B 54 18 163 54 2A
Octal 303 21 37 0 133 124 30 543 124 52
Binary 11000011 10001 11111 0 1011011 1010100 11000 101100011 1010100 101010

Color Harmonies of #C3111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3111F

Black with #C3111F

Text Example


Text Example

White with #C3111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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