Html Css Color HEX #C34435 Grenadier

📋 copy color: '#C34435'

red 195 ◦ green 68 ◦ blue 53

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

Shades of Grenadier #C34435

Tints of Grenadier #C34435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 61.71%
G = 21.52%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34435 (or 0xC34435) is known color: Grenadier. HEX triplet: C3, 44 and 35. RGB value is (195,68,53). Sum of RGB (Red+Green+Blue) = 195+68+53=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C34435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34435 is #3CBBCA. Grayscale: #686868. Windows color (decimal): -3980235 or 3491011. OLE color: 3491011.

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

Color convert

RGB 195 68 53 -
CMYK 0 0.65 0.73 0.24
HSL 6.34º 0.57% 0.49% -
HSV(B) 6.34º 0.73% 0.76% -
XYZ 25.22 15.99 5.13 -
YUV 104.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 195 68 53 0 0.65 0.73 0.24 6.34 0.57 0.49
Hex C3 44 35 0 41 49 18 6 39 31
Octal 303 104 65 0 101 111 30 6 71 61
Binary 11000011 1000100 110101 0 1000001 1001001 11000 110 111001 110001

Color Harmonies of #C34435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34435

Black with #C34435

Text Example


Text Example

White with #C34435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34435; }

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

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

background-color css

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

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

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

border-color css

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

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

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