Html Css Color HEX #C1413C Grenadier

📋 copy color: '#C1413C'

red 193 ◦ green 65 ◦ blue 60

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

Shades of Grenadier #C1413C

Tints of Grenadier #C1413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 60.69%
G = 20.44%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1413C (or 0xC1413C) is known color: Grenadier. HEX triplet: C1, 41 and 3C. RGB value is (193,65,60). Sum of RGB (Red+Green+Blue) = 193+65+60=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1413C is #3EBEC3. Grayscale: #666666. Windows color (decimal): -4112068 or 3948993. OLE color: 3948993.

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

Color convert

RGB 193 65 60 -
CMYK 0 0.66 0.69 0.24
HSL 2.26º 0.53% 0.5% -
HSV(B) 2.26º 0.69% 0.76% -
XYZ 24.7 15.44 5.95 -
YUV 102.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 193 65 60 0 0.66 0.69 0.24 2.26 0.53 0.5
Hex C1 41 3C 0 42 45 18 2 35 32
Octal 301 101 74 0 102 105 30 2 65 62
Binary 11000001 1000001 111100 0 1000010 1000101 11000 10 110101 110010

Color Harmonies of #C1413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1413C

Black with #C1413C

Text Example


Text Example

White with #C1413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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