Html Css Color HEX #C34F36 Grenadier

📋 copy color: '#C34F36'

red 195 ◦ green 79 ◦ blue 54

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

Shades of Grenadier #C34F36

Tints of Grenadier #C34F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 59.45%
G = 24.09%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C34F36 (or 0xC34F36) is known color: Grenadier. HEX triplet: C3, 4F and 36. RGB value is (195,79,54). Sum of RGB (Red+Green+Blue) = 195+79+54=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34F36 is #3CB0C9. Grayscale: #6F6F6F. Windows color (decimal): -3977418 or 3559363. OLE color: 3559363.

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

Color convert

RGB 195 79 54 -
CMYK 0 0.59 0.72 0.24
HSL 10.64º 0.57% 0.49% -
HSV(B) 10.64º 0.72% 0.76% -
XYZ 25.97 17.46 5.49 -
YUV 110.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 195 79 54 0 0.59 0.72 0.24 10.64 0.57 0.49
Hex C3 4F 36 0 3B 48 18 B 39 31
Octal 303 117 66 0 73 110 30 13 71 61
Binary 11000011 1001111 110110 0 111011 1001000 11000 1011 111001 110001

Color Harmonies of #C34F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F36

Black with #C34F36

Text Example


Text Example

White with #C34F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F36; }

 p { color: rgb(195,79,54); }

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

background-color css

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

 a { background-color: rgb(195,79,54); }

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

border-color css

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

 span { border-color: rgb(195,79,54); }

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