Html Css Color HEX #C31F22 Fire Engine Red

📋 copy color: '#C31F22'

red 195 ◦ green 31 ◦ blue 34

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

Shades of Fire Engine Red #C31F22

Tints of Fire Engine Red #C31F22

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.92%

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

R = 75%
G = 11.92%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C31F22 (or 0xC31F22) is known color: Fire Engine Red. HEX triplet: C3, 1F and 22. RGB value is (195,31,34). Sum of RGB (Red+Green+Blue) = 195+31+34=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F22 is #3CE0DD. Grayscale: #505050. Windows color (decimal): -3989726 or 2236355. OLE color: 2236355.

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

Color convert

RGB 195 31 34 -
CMYK 0 0.84 0.83 0.24
HSL 358.9º 0.73% 0.44% -
HSV(B) 358.9º 0.84% 0.76% -
XYZ 23.28 12.7 2.74 -
YUV 80.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 195 31 34 0 0.84 0.83 0.24 358.9 0.73 0.44
Hex C3 1F 22 0 54 53 18 167 49 2C
Octal 303 37 42 0 124 123 30 547 111 54
Binary 11000011 11111 100010 0 1010100 1010011 11000 101100111 1001001 101100

Color Harmonies of #C31F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F22

Black with #C31F22

Text Example


Text Example

White with #C31F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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