Html Css Color HEX #C94939 Grenadier

📋 copy color: '#C94939'

red 201 ◦ green 73 ◦ blue 57

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

Shades of Grenadier #C94939

Tints of Grenadier #C94939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 60.73%
G = 22.05%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94939 (or 0xC94939) is known color: Grenadier. HEX triplet: C9, 49 and 39. RGB value is (201,73,57). Sum of RGB (Red+Green+Blue) = 201+73+57=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C94939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94939 is #36B6C6. Grayscale: #6D6D6D. Windows color (decimal): -3585735 or 3754441. OLE color: 3754441.

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

Color convert

RGB 201 73 57 -
CMYK 0 0.64 0.72 0.21
HSL 6.67º 0.57% 0.51% -
HSV(B) 6.67º 0.72% 0.79% -
XYZ 27.21 17.48 5.81 -
YUV 109.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 201 73 57 0 0.64 0.72 0.21 6.67 0.57 0.51
Hex C9 49 39 0 40 48 15 7 39 33
Octal 311 111 71 0 100 110 25 7 71 63
Binary 11001001 1001001 111001 0 1000000 1001000 10101 111 111001 110011

Color Harmonies of #C94939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94939

Black with #C94939

Text Example


Text Example

White with #C94939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94939; }

 p { color: rgb(201,73,57); }

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

background-color css

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

 a { background-color: rgb(201,73,57); }

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

border-color css

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

 span { border-color: rgb(201,73,57); }

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