Html Css Color HEX #C34538 Grenadier

📋 copy color: '#C34538'

red 195 ◦ green 69 ◦ blue 56

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

Shades of Grenadier #C34538

Tints of Grenadier #C34538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.56%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 60.94%
G = 21.56%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C34538 (or 0xC34538) is known color: Grenadier. HEX triplet: C3, 45 and 38. RGB value is (195,69,56). Sum of RGB (Red+Green+Blue) = 195+69+56=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C34538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34538 is #3CBAC7. Grayscale: #696969. Windows color (decimal): -3979976 or 3687875. OLE color: 3687875.

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

Color convert

RGB 195 69 56 -
CMYK 0 0.65 0.71 0.24
HSL 5.61º 0.55% 0.49% -
HSV(B) 5.61º 0.71% 0.76% -
XYZ 25.35 16.14 5.52 -
YUV 105.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 195 69 56 0 0.65 0.71 0.24 5.61 0.55 0.49
Hex C3 45 38 0 41 47 18 6 37 31
Octal 303 105 70 0 101 107 30 6 67 61
Binary 11000011 1000101 111000 0 1000001 1000111 11000 110 110111 110001

Color Harmonies of #C34538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34538

Black with #C34538

Text Example


Text Example

White with #C34538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34538; }

 p { color: rgb(195,69,56); }

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

background-color css

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

 a { background-color: rgb(195,69,56); }

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

border-color css

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

 span { border-color: rgb(195,69,56); }

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