Html Css Color HEX #C32021 Fire Engine Red

📋 copy color: '#C32021'

red 195 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #C32021

Tints of Fire Engine Red #C32021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 75%
G = 12.31%
B = 12.69%

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

#C32021 (or 0xC32021) is known color: Fire Engine Red. HEX triplet: C3, 20 and 21. RGB value is (195,32,33). Sum of RGB (Red+Green+Blue) = 195+32+33=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C32021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32021 is #3CDFDE. Grayscale: #515151. Windows color (decimal): -3989471 or 2171075. OLE color: 2171075.

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

Color convert

RGB 195 32 33 -
CMYK 0 0.84 0.83 0.24
HSL 359.63º 0.72% 0.45% -
HSV(B) 359.63º 0.84% 0.76% -
XYZ 23.3 12.74 2.67 -
YUV 80.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 195 32 33 0 0.84 0.83 0.24 359.63 0.72 0.45
Hex C3 20 21 0 54 53 18 168 48 2D
Octal 303 40 41 0 124 123 30 550 110 55
Binary 11000011 100000 100001 0 1010100 1010011 11000 101101000 1001000 101101

Color Harmonies of #C32021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32021

Black with #C32021

Text Example


Text Example

White with #C32021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32021; }

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

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

background-color css

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

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

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

border-color css

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

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

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