Html Css Color HEX #C9453A Grenadier

📋 copy color: '#C9453A'

red 201 ◦ green 69 ◦ blue 58

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

Shades of Grenadier #C9453A

Tints of Grenadier #C9453A

RGB

 RED value IS 201 (78.91% from 255) = 61.28%

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

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

R = 61.28%
G = 21.04%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9453A (or 0xC9453A) is known color: Grenadier. HEX triplet: C9, 45 and 3A. RGB value is (201,69,58). Sum of RGB (Red+Green+Blue) = 201+69+58=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9453A is #36BAC5. Grayscale: #6B6B6B. Windows color (decimal): -3586758 or 3818953. OLE color: 3818953.

HSL color Cylindrical-coordinate representation of color #C9453A: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9453A is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 58 -
CMYK 0 0.66 0.71 0.21
HSL 4.62º 0.57% 0.51% -
HSV(B) 4.62º 0.71% 0.79% -
XYZ 26.98 16.98 5.86 -
YUV 107.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 201 69 58 0 0.66 0.71 0.21 4.62 0.57 0.51
Hex C9 45 3A 0 42 47 15 5 39 33
Octal 311 105 72 0 102 107 25 5 71 63
Binary 11001001 1000101 111010 0 1000010 1000111 10101 101 111001 110011

Color Harmonies of #C9453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9453A

Black with #C9453A

Text Example


Text Example

White with #C9453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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