Html Css Color HEX #C32129 Fire Engine Red

📋 copy color: '#C32129'

red 195 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #C32129

Tints of Fire Engine Red #C32129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 72.49%
G = 12.27%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32129 (or 0xC32129) is known color: Fire Engine Red. HEX triplet: C3, 21 and 29. RGB value is (195,33,41). Sum of RGB (Red+Green+Blue) = 195+33+41=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C32129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32129 is #3CDED6. Grayscale: #525252. Windows color (decimal): -3989207 or 2695619. OLE color: 2695619.

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

Color convert

RGB 195 33 41 -
CMYK 0 0.83 0.79 0.24
HSL 357.04º 0.71% 0.45% -
HSV(B) 357.04º 0.83% 0.76% -
XYZ 23.45 12.85 3.34 -
YUV 82.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 195 33 41 0 0.83 0.79 0.24 357.04 0.71 0.45
Hex C3 21 29 0 53 4F 18 165 47 2D
Octal 303 41 51 0 123 117 30 545 107 55
Binary 11000011 100001 101001 0 1010011 1001111 11000 101100101 1000111 101101

Color Harmonies of #C32129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32129

Black with #C32129

Text Example


Text Example

White with #C32129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32129; }

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

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

background-color css

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

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

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

border-color css

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

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

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