Html Css Color HEX #C31022 Fire Engine Red

📋 copy color: '#C31022'

red 195 ◦ green 16 ◦ blue 34

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

Shades of Fire Engine Red #C31022

Tints of Fire Engine Red #C31022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 79.59%
G = 6.53%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C31022 (or 0xC31022) is known color: Fire Engine Red. HEX triplet: C3, 10 and 22. RGB value is (195,16,34). Sum of RGB (Red+Green+Blue) = 195+16+34=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C31022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31022 is #3CEFDD. Grayscale: #474747. Windows color (decimal): -3993566 or 2232515. OLE color: 2232515.

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

Color convert

RGB 195 16 34 -
CMYK 0 0.92 0.83 0.24
HSL 353.97º 0.85% 0.41% -
HSV(B) 353.97º 0.92% 0.76% -
XYZ 22.98 12.09 2.64 -
YUV 71.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 195 16 34 0 0.92 0.83 0.24 353.97 0.85 0.41
Hex C3 10 22 0 5C 53 18 162 55 29
Octal 303 20 42 0 134 123 30 542 125 51
Binary 11000011 10000 100010 0 1011100 1010011 11000 101100010 1010101 101001

Color Harmonies of #C31022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31022

Black with #C31022

Text Example


Text Example

White with #C31022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31022; }

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

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

background-color css

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

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

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

border-color css

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

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

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