Html Css Color HEX #C2443A Grenadier

📋 copy color: '#C2443A'

red 194 ◦ green 68 ◦ blue 58

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

Shades of Grenadier #C2443A

Tints of Grenadier #C2443A

RGB

 RED value IS 194 (76.17% from 255) = 60.63%

 GREEN value IS 68 (26.95% from 255) = 21.25%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 60.63%
G = 21.25%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2443A (or 0xC2443A) is known color: Grenadier. HEX triplet: C2, 44 and 3A. RGB value is (194,68,58). Sum of RGB (Red+Green+Blue) = 194+68+58=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2443A is #3DBBC5. Grayscale: #686868. Windows color (decimal): -4045766 or 3818690. OLE color: 3818690.

HSL color Cylindrical-coordinate representation of color #C2443A: hue angle of 4.41º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2443A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 58 -
CMYK 0 0.65 0.70 0.24
HSL 4.41º 0.54% 0.49% -
HSV(B) 4.41º 0.7% 0.76% -
XYZ 25.08 15.91 5.75 -
YUV 104.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 194 68 58 0 0.65 0.70 0.24 4.41 0.54 0.49
Hex C2 44 3A 0 41 46 18 4 36 31
Octal 302 104 72 0 101 106 30 4 66 61
Binary 11000010 1000100 111010 0 1000001 1000110 11000 100 110110 110001

Color Harmonies of #C2443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2443A

Black with #C2443A

Text Example


Text Example

White with #C2443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2443A; }

 p { color: rgb(194,68,58); }

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

background-color css

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

 a { background-color: rgb(194,68,58); }

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

border-color css

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

 span { border-color: rgb(194,68,58); }

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