Html Css Color HEX #C34234 Grenadier

📋 copy color: '#C34234'

red 195 ◦ green 66 ◦ blue 52

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

Shades of Grenadier #C34234

Tints of Grenadier #C34234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 62.3%
G = 21.09%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34234 (or 0xC34234) is known color: Grenadier. HEX triplet: C3, 42 and 34. RGB value is (195,66,52). Sum of RGB (Red+Green+Blue) = 195+66+52=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C34234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34234 is #3CBDCB. Grayscale: #676767. Windows color (decimal): -3980748 or 3424963. OLE color: 3424963.

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

Color convert

RGB 195 66 52 -
CMYK 0 0.66 0.73 0.24
HSL 5.87º 0.58% 0.48% -
HSV(B) 5.87º 0.73% 0.76% -
XYZ 25.07 15.75 4.97 -
YUV 102.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 195 66 52 0 0.66 0.73 0.24 5.87 0.58 0.48
Hex C3 42 34 0 42 49 18 6 3A 30
Octal 303 102 64 0 102 111 30 6 72 60
Binary 11000011 1000010 110100 0 1000010 1001001 11000 110 111010 110000

Color Harmonies of #C34234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34234

Black with #C34234

Text Example


Text Example

White with #C34234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34234; }

 p { color: rgb(195,66,52); }

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

background-color css

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

 a { background-color: rgb(195,66,52); }

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

border-color css

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

 span { border-color: rgb(195,66,52); }

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