Html Css Color HEX #C31122 Fire Engine Red

📋 copy color: '#C31122'

red 195 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #C31122

Tints of Fire Engine Red #C31122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 79.27%
G = 6.91%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C31122 (or 0xC31122) is known color: Fire Engine Red. HEX triplet: C3, 11 and 22. RGB value is (195,17,34). Sum of RGB (Red+Green+Blue) = 195+17+34=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C31122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31122 is #3CEEDD. Grayscale: #484848. Windows color (decimal): -3993310 or 2232771. OLE color: 2232771.

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

Color convert

RGB 195 17 34 -
CMYK 0 0.91 0.83 0.24
HSL 354.27º 0.84% 0.42% -
HSV(B) 354.27º 0.91% 0.76% -
XYZ 22.99 12.12 2.64 -
YUV 72.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 195 17 34 0 0.91 0.83 0.24 354.27 0.84 0.42
Hex C3 11 22 0 5B 53 18 162 54 2A
Octal 303 21 42 0 133 123 30 542 124 52
Binary 11000011 10001 100010 0 1011011 1010011 11000 101100010 1010100 101010

Color Harmonies of #C31122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31122

Black with #C31122

Text Example


Text Example

White with #C31122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31122; }

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

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

background-color css

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

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

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

border-color css

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

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

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