Html Css Color HEX #C3111E Fire Engine Red

📋 copy color: '#C3111E'

red 195 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #C3111E

Tints of Fire Engine Red #C3111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 80.58%
G = 7.02%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3111E (or 0xC3111E) is known color: Fire Engine Red. HEX triplet: C3, 11 and 1E. RGB value is (195,17,30). Sum of RGB (Red+Green+Blue) = 195+17+30=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C3111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3111E is #3CEEE1. Grayscale: #474747. Windows color (decimal): -3993314 or 1970627. OLE color: 1970627.

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

Color convert

RGB 195 17 30 -
CMYK 0 0.91 0.85 0.24
HSL 355.62º 0.84% 0.42% -
HSV(B) 355.62º 0.91% 0.76% -
XYZ 22.94 12.1 2.35 -
YUV 71.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 195 17 30 0 0.91 0.85 0.24 355.62 0.84 0.42
Hex C3 11 1E 0 5B 55 18 164 54 2A
Octal 303 21 36 0 133 125 30 544 124 52
Binary 11000011 10001 11110 0 1011011 1010101 11000 101100100 1010100 101010

Color Harmonies of #C3111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3111E

Black with #C3111E

Text Example


Text Example

White with #C3111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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