Html Css Color HEX #C31920 Fire Engine Red

📋 copy color: '#C31920'

red 195 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #C31920

Tints of Fire Engine Red #C31920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 77.38%
G = 9.92%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C31920 (or 0xC31920) is known color: Fire Engine Red. HEX triplet: C3, 19 and 20. RGB value is (195,25,32). Sum of RGB (Red+Green+Blue) = 195+25+32=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31920 is #3CE6DF. Grayscale: #4C4C4C. Windows color (decimal): -3991264 or 2103747. OLE color: 2103747.

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

Color convert

RGB 195 25 32 -
CMYK 0 0.87 0.84 0.24
HSL 357.53º 0.77% 0.43% -
HSV(B) 357.53º 0.87% 0.76% -
XYZ 23.11 12.4 2.54 -
YUV 76.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 195 25 32 0 0.87 0.84 0.24 357.53 0.77 0.43
Hex C3 19 20 0 57 54 18 166 4D 2B
Octal 303 31 40 0 127 124 30 546 115 53
Binary 11000011 11001 100000 0 1010111 1010100 11000 101100110 1001101 101011

Color Harmonies of #C31920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31920

Black with #C31920

Text Example


Text Example

White with #C31920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31920; }

 p { color: rgb(195,25,32); }

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

background-color css

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

 a { background-color: rgb(195,25,32); }

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

border-color css

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

 span { border-color: rgb(195,25,32); }

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