Html Css Color HEX #C34E37 Grenadier

📋 copy color: '#C34E37'

red 195 ◦ green 78 ◦ blue 55

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

Shades of Grenadier #C34E37

Tints of Grenadier #C34E37

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.78%

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

R = 59.45%
G = 23.78%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C34E37 (or 0xC34E37) is known color: Grenadier. HEX triplet: C3, 4E and 37. RGB value is (195,78,55). Sum of RGB (Red+Green+Blue) = 195+78+55=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E37 is #3CB1C8. Grayscale: #6E6E6E. Windows color (decimal): -3977673 or 3624643. OLE color: 3624643.

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

Color convert

RGB 195 78 55 -
CMYK 0 0.6 0.72 0.24
HSL 9.86º 0.56% 0.49% -
HSV(B) 9.86º 0.72% 0.76% -
XYZ 25.92 17.33 5.59 -
YUV 110.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 195 78 55 0 0.6 0.72 0.24 9.86 0.56 0.49
Hex C3 4E 37 0 3C 48 18 A 38 31
Octal 303 116 67 0 74 110 30 12 70 61
Binary 11000011 1001110 110111 0 111100 1001000 11000 1010 111000 110001

Color Harmonies of #C34E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E37

Black with #C34E37

Text Example


Text Example

White with #C34E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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