Html Css Color HEX #C14534 Grenadier

📋 copy color: '#C14534'

red 193 ◦ green 69 ◦ blue 52

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

Shades of Grenadier #C14534

Tints of Grenadier #C14534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.97%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 61.46%
G = 21.97%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C14534 (or 0xC14534) is known color: Grenadier. HEX triplet: C1, 45 and 34. RGB value is (193,69,52). Sum of RGB (Red+Green+Blue) = 193+69+52=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14534 is #3EBACB. Grayscale: #686868. Windows color (decimal): -4111052 or 3425729. OLE color: 3425729.

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

Color convert

RGB 193 69 52 -
CMYK 0 0.64 0.73 0.24
HSL 7.23º 0.58% 0.48% -
HSV(B) 7.23º 0.73% 0.76% -
XYZ 24.74 15.84 5 -
YUV 104.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 193 69 52 0 0.64 0.73 0.24 7.23 0.58 0.48
Hex C1 45 34 0 40 49 18 7 3A 30
Octal 301 105 64 0 100 111 30 7 72 60
Binary 11000001 1000101 110100 0 1000000 1001001 11000 111 111010 110000

Color Harmonies of #C14534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14534

Black with #C14534

Text Example


Text Example

White with #C14534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14534; }

 p { color: rgb(193,69,52); }

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

background-color css

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

 a { background-color: rgb(193,69,52); }

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

border-color css

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

 span { border-color: rgb(193,69,52); }

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