Html Css Color HEX #C31422 Fire Engine Red

📋 copy color: '#C31422'

red 195 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #C31422

Tints of Fire Engine Red #C31422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

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

R = 78.31%
G = 8.03%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C31422 (or 0xC31422) is known color: Fire Engine Red. HEX triplet: C3, 14 and 22. RGB value is (195,20,34). Sum of RGB (Red+Green+Blue) = 195+20+34=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C31422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31422 is #3CEBDD. Grayscale: #4A4A4A. Windows color (decimal): -3992542 or 2233539. OLE color: 2233539.

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

Color convert

RGB 195 20 34 -
CMYK 0 0.90 0.83 0.24
HSL 355.2º 0.81% 0.42% -
HSV(B) 355.2º 0.9% 0.76% -
XYZ 23.04 12.22 2.66 -
YUV 73.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 195 20 34 0 0.90 0.83 0.24 355.2 0.81 0.42
Hex C3 14 22 0 5A 53 18 163 51 2A
Octal 303 24 42 0 132 123 30 543 121 52
Binary 11000011 10100 100010 0 1011010 1010011 11000 101100011 1010001 101010

Color Harmonies of #C31422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31422

Black with #C31422

Text Example


Text Example

White with #C31422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31422; }

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

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

background-color css

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

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

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

border-color css

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

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

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