Html Css Color HEX #C34731 Grenadier

📋 copy color: '#C34731'

red 195 ◦ green 71 ◦ blue 49

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

Shades of Grenadier #C34731

Tints of Grenadier #C34731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 61.9%
G = 22.54%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C34731 (or 0xC34731) is known color: Grenadier. HEX triplet: C3, 47 and 31. RGB value is (195,71,49). Sum of RGB (Red+Green+Blue) = 195+71+49=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34731 is #3CB8CE. Grayscale: #696969. Windows color (decimal): -3979471 or 3229635. OLE color: 3229635.

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

Color convert

RGB 195 71 49 -
CMYK 0 0.64 0.75 0.24
HSL 9.04º 0.6% 0.48% -
HSV(B) 9.04º 0.75% 0.76% -
XYZ 25.31 16.33 4.72 -
YUV 105.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 195 71 49 0 0.64 0.75 0.24 9.04 0.6 0.48
Hex C3 47 31 0 40 4B 18 9 3C 30
Octal 303 107 61 0 100 113 30 11 74 60
Binary 11000011 1000111 110001 0 1000000 1001011 11000 1001 111100 110000

Color Harmonies of #C34731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34731

Black with #C34731

Text Example


Text Example

White with #C34731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34731; }

 p { color: rgb(195,71,49); }

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

background-color css

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

 a { background-color: rgb(195,71,49); }

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

border-color css

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

 span { border-color: rgb(195,71,49); }

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