Html Css Color HEX #C1422D Grenadier

📋 copy color: '#C1422D'

red 193 ◦ green 66 ◦ blue 45

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

Shades of Grenadier #C1422D

Tints of Grenadier #C1422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 63.49%
G = 21.71%
B = 14.8%

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

#C1422D (or 0xC1422D) is known color: Grenadier. HEX triplet: C1, 42 and 2D. RGB value is (193,66,45). Sum of RGB (Red+Green+Blue) = 193+66+45=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1422D is #3EBDD2. Grayscale: #656565. Windows color (decimal): -4111827 or 2966209. OLE color: 2966209.

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

Color convert

RGB 193 66 45 -
CMYK 0 0.66 0.77 0.24
HSL 8.51º 0.62% 0.47% -
HSV(B) 8.51º 0.77% 0.76% -
XYZ 24.41 15.42 4.17 -
YUV 101.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 193 66 45 0 0.66 0.77 0.24 8.51 0.62 0.47
Hex C1 42 2D 0 42 4D 18 9 3E 2F
Octal 301 102 55 0 102 115 30 11 76 57
Binary 11000001 1000010 101101 0 1000010 1001101 11000 1001 111110 101111

Color Harmonies of #C1422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1422D

Black with #C1422D

Text Example


Text Example

White with #C1422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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