Html Css Color HEX #C9453B Grenadier

📋 copy color: '#C9453B'

red 201 ◦ green 69 ◦ blue 59

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

Shades of Grenadier #C9453B

Tints of Grenadier #C9453B

RGB

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

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

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

R = 61.09%
G = 20.97%
B = 17.93%

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

#C9453B (or 0xC9453B) is known color: Grenadier. HEX triplet: C9, 45 and 3B. RGB value is (201,69,59). Sum of RGB (Red+Green+Blue) = 201+69+59=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9453B is #36BAC4. Grayscale: #6B6B6B. Windows color (decimal): -3586757 or 3884489. OLE color: 3884489.

HSL color Cylindrical-coordinate representation of color #C9453B: hue angle of 4.23º 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 #C9453B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 59 -
CMYK 0 0.66 0.71 0.21
HSL 4.23º 0.57% 0.51% -
HSV(B) 4.23º 0.71% 0.79% -
XYZ 27 16.99 5.99 -
YUV 107.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 201 69 59 0 0.66 0.71 0.21 4.23 0.57 0.51
Hex C9 45 3B 0 42 47 15 4 39 33
Octal 311 105 73 0 102 107 25 4 71 63
Binary 11001001 1000101 111011 0 1000010 1000111 10101 100 111001 110011

Color Harmonies of #C9453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9453B

Black with #C9453B

Text Example


Text Example

White with #C9453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9453B; }

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

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

background-color css

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

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

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

border-color css

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

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

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