Html Css Color HEX #C14630 Grenadier

📋 copy color: '#C14630'

red 193 ◦ green 70 ◦ blue 48

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

Shades of Grenadier #C14630

Tints of Grenadier #C14630

RGB

 RED value IS 193 (75.78% from 255) = 62.06%

 GREEN value IS 70 (27.73% from 255) = 22.51%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 62.06%
G = 22.51%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C14630 (or 0xC14630) is known color: Grenadier. HEX triplet: C1, 46 and 30. RGB value is (193,70,48). Sum of RGB (Red+Green+Blue) = 193+70+48=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C14630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14630 is #3EB9CF. Grayscale: #686868. Windows color (decimal): -4110800 or 3163841. OLE color: 3163841.

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

Color convert

RGB 193 70 48 -
CMYK 0 0.64 0.75 0.24
HSL 9.1º 0.6% 0.47% -
HSV(B) 9.1º 0.75% 0.76% -
XYZ 24.72 15.93 4.57 -
YUV 104.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 193 70 48 0 0.64 0.75 0.24 9.1 0.6 0.47
Hex C1 46 30 0 40 4B 18 9 3C 2F
Octal 301 106 60 0 100 113 30 11 74 57
Binary 11000001 1000110 110000 0 1000000 1001011 11000 1001 111100 101111

Color Harmonies of #C14630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14630

Black with #C14630

Text Example


Text Example

White with #C14630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14630; }

 p { color: rgb(193,70,48); }

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

background-color css

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

 a { background-color: rgb(193,70,48); }

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

border-color css

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

 span { border-color: rgb(193,70,48); }

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