Html Css Color HEX #C14335 Grenadier

📋 copy color: '#C14335'

red 193 ◦ green 67 ◦ blue 53

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

Shades of Grenadier #C14335

Tints of Grenadier #C14335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 61.66%
G = 21.41%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C14335 (or 0xC14335) is known color: Grenadier. HEX triplet: C1, 43 and 35. RGB value is (193,67,53). Sum of RGB (Red+Green+Blue) = 193+67+53=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C14335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14335 is #3EBCCA. Grayscale: #676767. Windows color (decimal): -4111563 or 3490753. OLE color: 3490753.

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

Color convert

RGB 193 67 53 -
CMYK 0 0.65 0.73 0.24
HSL 0.57% 0.48% -
HSV(B) 0.73% 0.76% -
XYZ 24.64 15.61 5.08 -
YUV 103.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 193 67 53 0 0.65 0.73 0.24 6 0.57 0.48
Hex C1 43 35 0 41 49 18 6 39 30
Octal 301 103 65 0 101 111 30 6 71 60
Binary 11000001 1000011 110101 0 1000001 1001001 11000 110 111001 110000

Color Harmonies of #C14335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14335

Black with #C14335

Text Example


Text Example

White with #C14335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14335; }

 p { color: rgb(193,67,53); }

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

background-color css

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

 a { background-color: rgb(193,67,53); }

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

border-color css

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

 span { border-color: rgb(193,67,53); }

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