Html Css Color HEX #C9443A Grenadier

📋 copy color: '#C9443A'

red 201 ◦ green 68 ◦ blue 58

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

Shades of Grenadier #C9443A

Tints of Grenadier #C9443A

RGB

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

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

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

R = 61.47%
G = 20.8%
B = 17.74%

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

#C9443A (or 0xC9443A) is known color: Grenadier. HEX triplet: C9, 44 and 3A. RGB value is (201,68,58). Sum of RGB (Red+Green+Blue) = 201+68+58=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9443A is #36BBC5. Grayscale: #6A6A6A. Windows color (decimal): -3587014 or 3818697. OLE color: 3818697.

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

Color convert

RGB 201 68 58 -
CMYK 0 0.66 0.71 0.21
HSL 4.2º 0.57% 0.51% -
HSV(B) 4.2º 0.71% 0.79% -
XYZ 26.92 16.86 5.84 -
YUV 106.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 201 68 58 0 0.66 0.71 0.21 4.2 0.57 0.51
Hex C9 44 3A 0 42 47 15 4 39 33
Octal 311 104 72 0 102 107 25 4 71 63
Binary 11001001 1000100 111010 0 1000010 1000111 10101 100 111001 110011

Color Harmonies of #C9443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9443A

Black with #C9443A

Text Example


Text Example

White with #C9443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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