Html Css Color HEX #C1412E Grenadier

📋 copy color: '#C1412E'

red 193 ◦ green 65 ◦ blue 46

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

Shades of Grenadier #C1412E

Tints of Grenadier #C1412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 63.49%
G = 21.38%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1412E (or 0xC1412E) is known color: Grenadier. HEX triplet: C1, 41 and 2E. RGB value is (193,65,46). Sum of RGB (Red+Green+Blue) = 193+65+46=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1412E is #3EBED1. Grayscale: #656565. Windows color (decimal): -4112082 or 3031489. OLE color: 3031489.

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

Color convert

RGB 193 65 46 -
CMYK 0 0.66 0.76 0.24
HSL 7.76º 0.62% 0.47% -
HSV(B) 7.76º 0.76% 0.76% -
XYZ 24.38 15.32 4.26 -
YUV 101.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 193 65 46 0 0.66 0.76 0.24 7.76 0.62 0.47
Hex C1 41 2E 0 42 4C 18 8 3E 2F
Octal 301 101 56 0 102 114 30 10 76 57
Binary 11000001 1000001 101110 0 1000010 1001100 11000 1000 111110 101111

Color Harmonies of #C1412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1412E

Black with #C1412E

Text Example


Text Example

White with #C1412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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