Html Css Color HEX #C2453A Grenadier

📋 copy color: '#C2453A'

red 194 ◦ green 69 ◦ blue 58

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

Shades of Grenadier #C2453A

Tints of Grenadier #C2453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

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

R = 60.44%
G = 21.5%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2453A (or 0xC2453A) is known color: Grenadier. HEX triplet: C2, 45 and 3A. RGB value is (194,69,58). Sum of RGB (Red+Green+Blue) = 194+69+58=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2453A is #3DBAC5. Grayscale: #696969. Windows color (decimal): -4045510 or 3818946. OLE color: 3818946.

HSL color Cylindrical-coordinate representation of color #C2453A: hue angle of 4.85º 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 #C2453A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 58 -
CMYK 0 0.64 0.70 0.24
HSL 4.85º 0.54% 0.49% -
HSV(B) 4.85º 0.7% 0.76% -
XYZ 25.14 16.03 5.77 -
YUV 105.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 194 69 58 0 0.64 0.70 0.24 4.85 0.54 0.49
Hex C2 45 3A 0 40 46 18 5 36 31
Octal 302 105 72 0 100 106 30 5 66 61
Binary 11000010 1000101 111010 0 1000000 1000110 11000 101 110110 110001

Color Harmonies of #C2453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2453A

Black with #C2453A

Text Example


Text Example

White with #C2453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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