Html Css Color HEX #C32226 Fire Engine Red

📋 copy color: '#C32226'

red 195 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #C32226

Tints of Fire Engine Red #C32226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 73.03%
G = 12.73%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C32226 (or 0xC32226) is known color: Fire Engine Red. HEX triplet: C3, 22 and 26. RGB value is (195,34,38). Sum of RGB (Red+Green+Blue) = 195+34+38=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C32226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32226 is #3CDDD9. Grayscale: #525252. Windows color (decimal): -3988954 or 2499267. OLE color: 2499267.

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

Color convert

RGB 195 34 38 -
CMYK 0 0.83 0.81 0.24
HSL 358.51º 0.7% 0.45% -
HSV(B) 358.51º 0.83% 0.76% -
XYZ 23.43 12.89 3.09 -
YUV 82.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 195 34 38 0 0.83 0.81 0.24 358.51 0.7 0.45
Hex C3 22 26 0 53 51 18 167 46 2D
Octal 303 42 46 0 123 121 30 547 106 55
Binary 11000011 100010 100110 0 1010011 1010001 11000 101100111 1000110 101101

Color Harmonies of #C32226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32226

Black with #C32226

Text Example


Text Example

White with #C32226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32226; }

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

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

background-color css

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

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

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

border-color css

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

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

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