Html Css Color HEX #C32022 Fire Engine Red

📋 copy color: '#C32022'

red 195 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #C32022

Tints of Fire Engine Red #C32022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 74.71%
G = 12.26%
B = 13.03%

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

#C32022 (or 0xC32022) is known color: Fire Engine Red. HEX triplet: C3, 20 and 22. RGB value is (195,32,34). Sum of RGB (Red+Green+Blue) = 195+32+34=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C32022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32022 is #3CDFDD. Grayscale: #515151. Windows color (decimal): -3989470 or 2236611. OLE color: 2236611.

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

Color convert

RGB 195 32 34 -
CMYK 0 0.84 0.83 0.24
HSL 359.26º 0.72% 0.45% -
HSV(B) 359.26º 0.84% 0.76% -
XYZ 23.31 12.75 2.75 -
YUV 80.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 195 32 34 0 0.84 0.83 0.24 359.26 0.72 0.45
Hex C3 20 22 0 54 53 18 167 48 2D
Octal 303 40 42 0 124 123 30 547 110 55
Binary 11000011 100000 100010 0 1010100 1010011 11000 101100111 1001000 101101

Color Harmonies of #C32022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32022

Black with #C32022

Text Example


Text Example

White with #C32022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32022; }

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

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

background-color css

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

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

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

border-color css

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

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

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