Html Css Color HEX #C34035 Grenadier

📋 copy color: '#C34035'

red 195 ◦ green 64 ◦ blue 53

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

Shades of Grenadier #C34035

Tints of Grenadier #C34035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

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

R = 62.5%
G = 20.51%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34035 (or 0xC34035) is known color: Grenadier. HEX triplet: C3, 40 and 35. RGB value is (195,64,53). Sum of RGB (Red+Green+Blue) = 195+64+53=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C34035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34035 is #3CBFCA. Grayscale: #666666. Windows color (decimal): -3981259 or 3489987. OLE color: 3489987.

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

Color convert

RGB 195 64 53 -
CMYK 0 0.67 0.73 0.24
HSL 4.65º 0.57% 0.49% -
HSV(B) 4.65º 0.73% 0.76% -
XYZ 24.98 15.53 5.05 -
YUV 101.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 195 64 53 0 0.67 0.73 0.24 4.65 0.57 0.49
Hex C3 40 35 0 43 49 18 5 39 31
Octal 303 100 65 0 103 111 30 5 71 61
Binary 11000011 1000000 110101 0 1000011 1001001 11000 101 111001 110001

Color Harmonies of #C34035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34035

Black with #C34035

Text Example


Text Example

White with #C34035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34035; }

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

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

background-color css

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

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

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

border-color css

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

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

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