Html Css Color HEX #C1423B Grenadier

📋 copy color: '#C1423B'

red 193 ◦ green 66 ◦ blue 59

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

Shades of Grenadier #C1423B

Tints of Grenadier #C1423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 60.69%
G = 20.75%
B = 18.55%

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

#C1423B (or 0xC1423B) is known color: Grenadier. HEX triplet: C1, 42 and 3B. RGB value is (193,66,59). Sum of RGB (Red+Green+Blue) = 193+66+59=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1423B is #3EBDC4. Grayscale: #676767. Windows color (decimal): -4111813 or 3883713. OLE color: 3883713.

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

Color convert

RGB 193 66 59 -
CMYK 0 0.66 0.69 0.24
HSL 3.13º 0.53% 0.49% -
HSV(B) 3.13º 0.69% 0.76% -
XYZ 24.73 15.55 5.84 -
YUV 103.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 193 66 59 0 0.66 0.69 0.24 3.13 0.53 0.49
Hex C1 42 3B 0 42 45 18 3 35 31
Octal 301 102 73 0 102 105 30 3 65 61
Binary 11000001 1000010 111011 0 1000010 1000101 11000 11 110101 110001

Color Harmonies of #C1423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1423B

Black with #C1423B

Text Example


Text Example

White with #C1423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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