Html Css Color HEX #C1413D Grenadier

📋 copy color: '#C1413D'

red 193 ◦ green 65 ◦ blue 61

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

Shades of Grenadier #C1413D

Tints of Grenadier #C1413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 60.5%
G = 20.38%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1413D (or 0xC1413D) is known color: Grenadier. HEX triplet: C1, 41 and 3D. RGB value is (193,65,61). Sum of RGB (Red+Green+Blue) = 193+65+61=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1413D is #3EBEC2. Grayscale: #666666. Windows color (decimal): -4112067 or 4014529. OLE color: 4014529.

HSL color Cylindrical-coordinate representation of color #C1413D: hue angle of 1.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1413D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 61 -
CMYK 0 0.66 0.68 0.24
HSL 1.82º 0.52% 0.5% -
HSV(B) 1.82º 0.68% 0.76% -
XYZ 24.72 15.45 6.09 -
YUV 102.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 193 65 61 0 0.66 0.68 0.24 1.82 0.52 0.5
Hex C1 41 3D 0 42 44 18 2 34 32
Octal 301 101 75 0 102 104 30 2 64 62
Binary 11000001 1000001 111101 0 1000010 1000100 11000 10 110100 110010

Color Harmonies of #C1413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1413D

Black with #C1413D

Text Example


Text Example

White with #C1413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1413D; }

 p { color: rgb(193,65,61); }

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

background-color css

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

 a { background-color: rgb(193,65,61); }

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

border-color css

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

 span { border-color: rgb(193,65,61); }

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