Html Css Color HEX #C5453A Grenadier

📋 copy color: '#C5453A'

red 197 ◦ green 69 ◦ blue 58

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

Shades of Grenadier #C5453A

Tints of Grenadier #C5453A

RGB

 RED value IS 197 (77.34% from 255) = 60.8%

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

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

R = 60.8%
G = 21.3%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5453A (or 0xC5453A) is known color: Grenadier. HEX triplet: C5, 45 and 3A. RGB value is (197,69,58). Sum of RGB (Red+Green+Blue) = 197+69+58=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5453A is #3ABAC5. Grayscale: #6A6A6A. Windows color (decimal): -3848902 or 3818949. OLE color: 3818949.

HSL color Cylindrical-coordinate representation of color #C5453A: hue angle of 4.75º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5453A is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 58 -
CMYK 0 0.65 0.71 0.23
HSL 4.75º 0.55% 0.5% -
HSV(B) 4.75º 0.71% 0.77% -
XYZ 25.92 16.43 5.81 -
YUV 106.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 197 69 58 0 0.65 0.71 0.23 4.75 0.55 0.5
Hex C5 45 3A 0 41 47 17 5 37 32
Octal 305 105 72 0 101 107 27 5 67 62
Binary 11000101 1000101 111010 0 1000001 1000111 10111 101 110111 110010

Color Harmonies of #C5453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5453A

Black with #C5453A

Text Example


Text Example

White with #C5453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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