Html Css Color HEX #C14833 Grenadier

📋 copy color: '#C14833'

red 193 ◦ green 72 ◦ blue 51

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

Shades of Grenadier #C14833

Tints of Grenadier #C14833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 61.08%
G = 22.78%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C14833 (or 0xC14833) is known color: Grenadier. HEX triplet: C1, 48 and 33. RGB value is (193,72,51). Sum of RGB (Red+Green+Blue) = 193+72+51=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C14833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14833 is #3EB7CC. Grayscale: #696969. Windows color (decimal): -4110285 or 3360961. OLE color: 3360961.

HSL color Cylindrical-coordinate representation of color #C14833: hue angle of 8.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C14833 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 72 51 -
CMYK 0 0.63 0.74 0.24
HSL 8.87º 0.58% 0.48% -
HSV(B) 8.87º 0.74% 0.76% -
XYZ 24.91 16.21 4.95 -
YUV 105.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 193 72 51 0 0.63 0.74 0.24 8.87 0.58 0.48
Hex C1 48 33 0 3F 4A 18 9 3A 30
Octal 301 110 63 0 77 112 30 11 72 60
Binary 11000001 1001000 110011 0 111111 1001010 11000 1001 111010 110000

Color Harmonies of #C14833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14833

Black with #C14833

Text Example


Text Example

White with #C14833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14833; }

 p { color: rgb(193,72,51); }

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

background-color css

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

 a { background-color: rgb(193,72,51); }

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

border-color css

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

 span { border-color: rgb(193,72,51); }

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