Html Css Color HEX #C34E35 Grenadier

📋 copy color: '#C34E35'

red 195 ◦ green 78 ◦ blue 53

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

Shades of Grenadier #C34E35

Tints of Grenadier #C34E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 59.82%
G = 23.93%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34E35 (or 0xC34E35) is known color: Grenadier. HEX triplet: C3, 4E and 35. RGB value is (195,78,53). Sum of RGB (Red+Green+Blue) = 195+78+53=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E35 is #3CB1CA. Grayscale: #6E6E6E. Windows color (decimal): -3977675 or 3493571. OLE color: 3493571.

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

Color convert

RGB 195 78 53 -
CMYK 0 0.6 0.73 0.24
HSL 10.56º 0.57% 0.49% -
HSV(B) 10.56º 0.73% 0.76% -
XYZ 25.87 17.31 5.35 -
YUV 110.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 195 78 53 0 0.6 0.73 0.24 10.56 0.57 0.49
Hex C3 4E 35 0 3C 49 18 B 39 31
Octal 303 116 65 0 74 111 30 13 71 61
Binary 11000011 1001110 110101 0 111100 1001001 11000 1011 111001 110001

Color Harmonies of #C34E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E35

Black with #C34E35

Text Example


Text Example

White with #C34E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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