Html Css Color HEX #C14433 Grenadier

📋 copy color: '#C14433'

red 193 ◦ green 68 ◦ blue 51

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

Shades of Grenadier #C14433

Tints of Grenadier #C14433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 61.86%
G = 21.79%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C14433 (or 0xC14433) is known color: Grenadier. HEX triplet: C1, 44 and 33. RGB value is (193,68,51). Sum of RGB (Red+Green+Blue) = 193+68+51=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C14433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14433 is #3EBBCC. Grayscale: #676767. Windows color (decimal): -4111309 or 3359937. OLE color: 3359937.

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

Color convert

RGB 193 68 51 -
CMYK 0 0.65 0.74 0.24
HSL 7.18º 0.58% 0.48% -
HSV(B) 7.18º 0.74% 0.76% -
XYZ 24.66 15.71 4.86 -
YUV 103.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 193 68 51 0 0.65 0.74 0.24 7.18 0.58 0.48
Hex C1 44 33 0 41 4A 18 7 3A 30
Octal 301 104 63 0 101 112 30 7 72 60
Binary 11000001 1000100 110011 0 1000001 1001010 11000 111 111010 110000

Color Harmonies of #C14433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14433

Black with #C14433

Text Example


Text Example

White with #C14433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14433; }

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

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

background-color css

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

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

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

border-color css

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

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

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