Html Css Color HEX #C34C34 Grenadier

📋 copy color: '#C34C34'

red 195 ◦ green 76 ◦ blue 52

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

Shades of Grenadier #C34C34

Tints of Grenadier #C34C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

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

R = 60.37%
G = 23.53%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34C34 (or 0xC34C34) is known color: Grenadier. HEX triplet: C3, 4C and 34. RGB value is (195,76,52). Sum of RGB (Red+Green+Blue) = 195+76+52=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C34 is #3CB3CB. Grayscale: #6D6D6D. Windows color (decimal): -3978188 or 3427523. OLE color: 3427523.

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

Color convert

RGB 195 76 52 -
CMYK 0 0.61 0.73 0.24
HSL 10.07º 0.58% 0.48% -
HSV(B) 10.07º 0.73% 0.76% -
XYZ 25.71 17.02 5.18 -
YUV 108.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 195 76 52 0 0.61 0.73 0.24 10.07 0.58 0.48
Hex C3 4C 34 0 3D 49 18 A 3A 30
Octal 303 114 64 0 75 111 30 12 72 60
Binary 11000011 1001100 110100 0 111101 1001001 11000 1010 111010 110000

Color Harmonies of #C34C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C34

Black with #C34C34

Text Example


Text Example

White with #C34C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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