Html Css Color HEX #C34637 Grenadier

📋 copy color: '#C34637'

red 195 ◦ green 70 ◦ blue 55

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

Shades of Grenadier #C34637

Tints of Grenadier #C34637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 60.94%
G = 21.88%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C34637 (or 0xC34637) is known color: Grenadier. HEX triplet: C3, 46 and 37. RGB value is (195,70,55). Sum of RGB (Red+Green+Blue) = 195+70+55=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C34637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34637 is #3CB9C8. Grayscale: #696969. Windows color (decimal): -3979721 or 3622595. OLE color: 3622595.

HSL color Cylindrical-coordinate representation of color #C34637: hue angle of 6.43º degrees, saturation: 0.56, 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 #C34637 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 70 55 -
CMYK 0 0.64 0.72 0.24
HSL 6.43º 0.56% 0.49% -
HSV(B) 6.43º 0.72% 0.76% -
XYZ 25.39 16.26 5.41 -
YUV 105.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 195 70 55 0 0.64 0.72 0.24 6.43 0.56 0.49
Hex C3 46 37 0 40 48 18 6 38 31
Octal 303 106 67 0 100 110 30 6 70 61
Binary 11000011 1000110 110111 0 1000000 1001000 11000 110 111000 110001

Color Harmonies of #C34637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34637

Black with #C34637

Text Example


Text Example

White with #C34637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34637; }

 p { color: rgb(195,70,55); }

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

background-color css

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

 a { background-color: rgb(195,70,55); }

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

border-color css

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

 span { border-color: rgb(195,70,55); }

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