Html Css Color HEX #C2513F Grenadier

📋 copy color: '#C2513F'

red 194 ◦ green 81 ◦ blue 63

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

Shades of Grenadier #C2513F

Tints of Grenadier #C2513F

RGB

 RED value IS 194 (76.17% from 255) = 57.4%

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 63 (25% from 255) = 18.64%

R = 57.4%
G = 23.96%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2513F (or 0xC2513F) is known color: Grenadier. HEX triplet: C2, 51 and 3F. RGB value is (194,81,63). Sum of RGB (Red+Green+Blue) = 194+81+63=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2513F is #3DAEC0. Grayscale: #707070. Windows color (decimal): -4042433 or 4149698. OLE color: 4149698.

HSL color Cylindrical-coordinate representation of color #C2513F: hue angle of 8.24º degrees, saturation: 0.52, 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 #C2513F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 63 -
CMYK 0 0.58 0.68 0.24
HSL 8.24º 0.52% 0.5% -
HSV(B) 8.24º 0.68% 0.76% -
XYZ 26.09 17.71 6.75 -
YUV 112.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 194 81 63 0 0.58 0.68 0.24 8.24 0.52 0.5
Hex C2 51 3F 0 3A 44 18 8 34 32
Octal 302 121 77 0 72 104 30 10 64 62
Binary 11000010 1010001 111111 0 111010 1000100 11000 1000 110100 110010

Color Harmonies of #C2513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2513F

Black with #C2513F

Text Example


Text Example

White with #C2513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2513F; }

 p { color: rgb(194,81,63); }

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

background-color css

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

 a { background-color: rgb(194,81,63); }

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

border-color css

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

 span { border-color: rgb(194,81,63); }

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