Html Css Color HEX #C34537 Grenadier

📋 copy color: '#C34537'

red 195 ◦ green 69 ◦ blue 55

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

Shades of Grenadier #C34537

Tints of Grenadier #C34537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 61.13%
G = 21.63%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C34537 (or 0xC34537) is known color: Grenadier. HEX triplet: C3, 45 and 37. RGB value is (195,69,55). Sum of RGB (Red+Green+Blue) = 195+69+55=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C34537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34537 is #3CBAC8. Grayscale: #696969. Windows color (decimal): -3979977 or 3622339. OLE color: 3622339.

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

Color convert

RGB 195 69 55 -
CMYK 0 0.65 0.72 0.24
HSL 0.56% 0.49% -
HSV(B) 0.72% 0.76% -
XYZ 25.32 16.13 5.39 -
YUV 105.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 195 69 55 0 0.65 0.72 0.24 6 0.56 0.49
Hex C3 45 37 0 41 48 18 6 38 31
Octal 303 105 67 0 101 110 30 6 70 61
Binary 11000011 1000101 110111 0 1000001 1001000 11000 110 111000 110001

Color Harmonies of #C34537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34537

Black with #C34537

Text Example


Text Example

White with #C34537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34537; }

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

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

background-color css

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

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

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

border-color css

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

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

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