Html Css Color HEX #C3131B Fire Engine Red

📋 copy color: '#C3131B'

red 195 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #C3131B

Tints of Fire Engine Red #C3131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 80.91%
G = 7.88%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3131B (or 0xC3131B) is known color: Fire Engine Red. HEX triplet: C3, 13 and 1B. RGB value is (195,19,27). Sum of RGB (Red+Green+Blue) = 195+19+27=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C3131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3131B is #3CECE4. Grayscale: #484848. Windows color (decimal): -3992805 or 1774531. OLE color: 1774531.

HSL color Cylindrical-coordinate representation of color #C3131B: hue angle of 357.27º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 27 -
CMYK 0 0.90 0.86 0.24
HSL 357.27º 0.82% 0.42% -
HSV(B) 357.27º 0.9% 0.76% -
XYZ 22.94 12.15 2.17 -
YUV 72.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 195 19 27 0 0.90 0.86 0.24 357.27 0.82 0.42
Hex C3 13 1B 0 5A 56 18 165 52 2A
Octal 303 23 33 0 132 126 30 545 122 52
Binary 11000011 10011 11011 0 1011010 1010110 11000 101100101 1010010 101010

Color Harmonies of #C3131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3131B

Black with #C3131B

Text Example


Text Example

White with #C3131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3131B; }

 p { color: rgb(195,19,27); }

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

background-color css

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

 a { background-color: rgb(195,19,27); }

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

border-color css

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

 span { border-color: rgb(195,19,27); }

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