Html Css Color HEX #C14437 Grenadier

📋 copy color: '#C14437'

red 193 ◦ green 68 ◦ blue 55

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

Shades of Grenadier #C14437

Tints of Grenadier #C14437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 61.08%
G = 21.52%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C14437 (or 0xC14437) is known color: Grenadier. HEX triplet: C1, 44 and 37. RGB value is (193,68,55). Sum of RGB (Red+Green+Blue) = 193+68+55=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C14437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14437 is #3EBBC8. Grayscale: #686868. Windows color (decimal): -4111305 or 3622081. OLE color: 3622081.

HSL color Cylindrical-coordinate representation of color #C14437: hue angle of 5.65º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C14437 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 55 -
CMYK 0 0.65 0.72 0.24
HSL 5.65º 0.56% 0.49% -
HSV(B) 5.65º 0.72% 0.76% -
XYZ 24.75 15.75 5.35 -
YUV 103.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 193 68 55 0 0.65 0.72 0.24 5.65 0.56 0.49
Hex C1 44 37 0 41 48 18 6 38 31
Octal 301 104 67 0 101 110 30 6 70 61
Binary 11000001 1000100 110111 0 1000001 1001000 11000 110 111000 110001

Color Harmonies of #C14437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14437

Black with #C14437

Text Example


Text Example

White with #C14437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14437; }

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

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

background-color css

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

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

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

border-color css

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

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

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