Html Css Color HEX #C34031 Grenadier

📋 copy color: '#C34031'

red 195 ◦ green 64 ◦ blue 49

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

Shades of Grenadier #C34031

Tints of Grenadier #C34031

RGB

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

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

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

R = 63.31%
G = 20.78%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C34031 (or 0xC34031) is known color: Grenadier. HEX triplet: C3, 40 and 31. RGB value is (195,64,49). Sum of RGB (Red+Green+Blue) = 195+64+49=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C34031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34031 is #3CBFCE. Grayscale: #656565. Windows color (decimal): -3981263 or 3227843. OLE color: 3227843.

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

Color convert

RGB 195 64 49 -
CMYK 0 0.67 0.75 0.24
HSL 6.16º 0.6% 0.48% -
HSV(B) 6.16º 0.75% 0.76% -
XYZ 24.89 15.49 4.58 -
YUV 101.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 195 64 49 0 0.67 0.75 0.24 6.16 0.6 0.48
Hex C3 40 31 0 43 4B 18 6 3C 30
Octal 303 100 61 0 103 113 30 6 74 60
Binary 11000011 1000000 110001 0 1000011 1001011 11000 110 111100 110000

Color Harmonies of #C34031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34031

Black with #C34031

Text Example


Text Example

White with #C34031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34031; }

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

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

background-color css

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

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

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

border-color css

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

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

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