Html Css Color HEX #C1422C Grenadier

📋 copy color: '#C1422C'

red 193 ◦ green 66 ◦ blue 44

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

Shades of Grenadier #C1422C

Tints of Grenadier #C1422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 63.7%
G = 21.78%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1422C (or 0xC1422C) is known color: Grenadier. HEX triplet: C1, 42 and 2C. RGB value is (193,66,44). Sum of RGB (Red+Green+Blue) = 193+66+44=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1422C is #3EBDD3. Grayscale: #656565. Windows color (decimal): -4111828 or 2900673. OLE color: 2900673.

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

Color convert

RGB 193 66 44 -
CMYK 0 0.66 0.77 0.24
HSL 8.86º 0.63% 0.46% -
HSV(B) 8.86º 0.77% 0.76% -
XYZ 24.4 15.42 4.07 -
YUV 101.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 193 66 44 0 0.66 0.77 0.24 8.86 0.63 0.46
Hex C1 42 2C 0 42 4D 18 9 3F 2E
Octal 301 102 54 0 102 115 30 11 77 56
Binary 11000001 1000010 101100 0 1000010 1001101 11000 1001 111111 101110

Color Harmonies of #C1422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1422C

Black with #C1422C

Text Example


Text Example

White with #C1422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1422C; }

 p { color: rgb(193,66,44); }

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

background-color css

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

 a { background-color: rgb(193,66,44); }

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

border-color css

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

 span { border-color: rgb(193,66,44); }

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