Html Css Color HEX #C34E3E Grenadier

📋 copy color: '#C34E3E'

red 195 ◦ green 78 ◦ blue 62

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

Shades of Grenadier #C34E3E

Tints of Grenadier #C34E3E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.28%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 58.21%
G = 23.28%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C34E3E (or 0xC34E3E) is known color: Grenadier. HEX triplet: C3, 4E and 3E. RGB value is (195,78,62). Sum of RGB (Red+Green+Blue) = 195+78+62=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E3E is #3CB1C1. Grayscale: #6F6F6F. Windows color (decimal): -3977666 or 4083395. OLE color: 4083395.

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

Color convert

RGB 195 78 62 -
CMYK 0 0.6 0.68 0.24
HSL 7.22º 0.53% 0.5% -
HSV(B) 7.22º 0.68% 0.76% -
XYZ 26.1 17.4 6.54 -
YUV 111.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 195 78 62 0 0.6 0.68 0.24 7.22 0.53 0.5
Hex C3 4E 3E 0 3C 44 18 7 35 32
Octal 303 116 76 0 74 104 30 7 65 62
Binary 11000011 1001110 111110 0 111100 1000100 11000 111 110101 110010

Color Harmonies of #C34E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E3E

Black with #C34E3E

Text Example


Text Example

White with #C34E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E3E; }

 p { color: rgb(195,78,62); }

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

background-color css

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

 a { background-color: rgb(195,78,62); }

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

border-color css

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

 span { border-color: rgb(195,78,62); }

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