Html Css Color HEX #C34132 Grenadier

📋 copy color: '#C34132'

red 195 ◦ green 65 ◦ blue 50

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

Shades of Grenadier #C34132

Tints of Grenadier #C34132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 62.9%
G = 20.97%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C34132 (or 0xC34132) is known color: Grenadier. HEX triplet: C3, 41 and 32. RGB value is (195,65,50). Sum of RGB (Red+Green+Blue) = 195+65+50=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C34132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34132 is #3CBECD. Grayscale: #666666. Windows color (decimal): -3981006 or 3293635. OLE color: 3293635.

HSL color Cylindrical-coordinate representation of color #C34132: hue angle of 6.21º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C34132 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 50 -
CMYK 0 0.67 0.74 0.24
HSL 6.21º 0.59% 0.48% -
HSV(B) 6.21º 0.74% 0.76% -
XYZ 24.97 15.61 4.72 -
YUV 102.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 195 65 50 0 0.67 0.74 0.24 6.21 0.59 0.48
Hex C3 41 32 0 43 4A 18 6 3B 30
Octal 303 101 62 0 103 112 30 6 73 60
Binary 11000011 1000001 110010 0 1000011 1001010 11000 110 111011 110000

Color Harmonies of #C34132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34132

Black with #C34132

Text Example


Text Example

White with #C34132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34132; }

 p { color: rgb(195,65,50); }

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

background-color css

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

 a { background-color: rgb(195,65,50); }

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

border-color css

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

 span { border-color: rgb(195,65,50); }

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