Html Css Color HEX #C34835 Grenadier

📋 copy color: '#C34835'

red 195 ◦ green 72 ◦ blue 53

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

Shades of Grenadier #C34835

Tints of Grenadier #C34835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 60.94%
G = 22.5%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34835 (or 0xC34835) is known color: Grenadier. HEX triplet: C3, 48 and 35. RGB value is (195,72,53). Sum of RGB (Red+Green+Blue) = 195+72+53=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C34835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34835 is #3CB7CA. Grayscale: #6A6A6A. Windows color (decimal): -3979211 or 3492035. OLE color: 3492035.

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

Color convert

RGB 195 72 53 -
CMYK 0 0.63 0.73 0.24
HSL 8.03º 0.57% 0.49% -
HSV(B) 8.03º 0.73% 0.76% -
XYZ 25.47 16.49 5.21 -
YUV 106.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 195 72 53 0 0.63 0.73 0.24 8.03 0.57 0.49
Hex C3 48 35 0 3F 49 18 8 39 31
Octal 303 110 65 0 77 111 30 10 71 61
Binary 11000011 1001000 110101 0 111111 1001001 11000 1000 111001 110001

Color Harmonies of #C34835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34835

Black with #C34835

Text Example


Text Example

White with #C34835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34835; }

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

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

background-color css

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

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

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

border-color css

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

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

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