Html Css Color HEX #C31922 Fire Engine Red

📋 copy color: '#C31922'

red 195 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #C31922

Tints of Fire Engine Red #C31922

RGB

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

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

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

R = 76.77%
G = 9.84%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C31922 (or 0xC31922) is known color: Fire Engine Red. HEX triplet: C3, 19 and 22. RGB value is (195,25,34). Sum of RGB (Red+Green+Blue) = 195+25+34=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C31922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31922 is #3CE6DD. Grayscale: #4C4C4C. Windows color (decimal): -3991262 or 2234819. OLE color: 2234819.

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

Color convert

RGB 195 25 34 -
CMYK 0 0.87 0.83 0.24
HSL 356.82º 0.77% 0.43% -
HSV(B) 356.82º 0.87% 0.76% -
XYZ 23.14 12.41 2.69 -
YUV 76.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 195 25 34 0 0.87 0.83 0.24 356.82 0.77 0.43
Hex C3 19 22 0 57 53 18 165 4D 2B
Octal 303 31 42 0 127 123 30 545 115 53
Binary 11000011 11001 100010 0 1010111 1010011 11000 101100101 1001101 101011

Color Harmonies of #C31922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31922

Black with #C31922

Text Example


Text Example

White with #C31922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31922; }

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

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

background-color css

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

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

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

border-color css

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

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

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