Html Css Color HEX #C34231 Grenadier

📋 copy color: '#C34231'

red 195 ◦ green 66 ◦ blue 49

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

Shades of Grenadier #C34231

Tints of Grenadier #C34231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 62.9%
G = 21.29%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C34231 (or 0xC34231) is known color: Grenadier. HEX triplet: C3, 42 and 31. RGB value is (195,66,49). Sum of RGB (Red+Green+Blue) = 195+66+49=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C34231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34231 is #3CBDCE. Grayscale: #666666. Windows color (decimal): -3980751 or 3228355. OLE color: 3228355.

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

Color convert

RGB 195 66 49 -
CMYK 0 0.66 0.75 0.24
HSL 6.99º 0.6% 0.48% -
HSV(B) 6.99º 0.75% 0.76% -
XYZ 25.01 15.72 4.62 -
YUV 102.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 195 66 49 0 0.66 0.75 0.24 6.99 0.6 0.48
Hex C3 42 31 0 42 4B 18 7 3C 30
Octal 303 102 61 0 102 113 30 7 74 60
Binary 11000011 1000010 110001 0 1000010 1001011 11000 111 111100 110000

Color Harmonies of #C34231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34231

Black with #C34231

Text Example


Text Example

White with #C34231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34231; }

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

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

background-color css

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

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

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

border-color css

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

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

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