Html Css Color HEX #C1412A Grenadier

📋 copy color: '#C1412A'

red 193 ◦ green 65 ◦ blue 42

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

Shades of Grenadier #C1412A

Tints of Grenadier #C1412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14%

R = 64.33%
G = 21.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1412A (or 0xC1412A) is known color: Grenadier. HEX triplet: C1, 41 and 2A. RGB value is (193,65,42). Sum of RGB (Red+Green+Blue) = 193+65+42=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1412A is #3EBED5. Grayscale: #646464. Windows color (decimal): -4112086 or 2769345. OLE color: 2769345.

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

Color convert

RGB 193 65 42 -
CMYK 0 0.66 0.78 0.24
HSL 9.14º 0.64% 0.46% -
HSV(B) 9.14º 0.78% 0.76% -
XYZ 24.3 15.29 3.86 -
YUV 100.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 193 65 42 0 0.66 0.78 0.24 9.14 0.64 0.46
Hex C1 41 2A 0 42 4E 18 9 40 2E
Octal 301 101 52 0 102 116 30 11 100 56
Binary 11000001 1000001 101010 0 1000010 1001110 11000 1001 1000000 101110

Color Harmonies of #C1412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1412A

Black with #C1412A

Text Example


Text Example

White with #C1412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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