Html Css Color HEX #C94133 Grenadier

📋 copy color: '#C94133'

red 201 ◦ green 65 ◦ blue 51

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

Shades of Grenadier #C94133

Tints of Grenadier #C94133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 63.41%
G = 20.5%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C94133 (or 0xC94133) is known color: Grenadier. HEX triplet: C9, 41 and 33. RGB value is (201,65,51). Sum of RGB (Red+Green+Blue) = 201+65+51=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C94133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94133 is #36BECC. Grayscale: #686868. Windows color (decimal): -3587789 or 3359177. OLE color: 3359177.

HSL color Cylindrical-coordinate representation of color #C94133: hue angle of 5.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C94133 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 51 -
CMYK 0 0.68 0.75 0.21
HSL 5.6º 0.6% 0.49% -
HSV(B) 5.6º 0.75% 0.79% -
XYZ 26.58 16.44 4.9 -
YUV 104.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 201 65 51 0 0.68 0.75 0.21 5.6 0.6 0.49
Hex C9 41 33 0 44 4B 15 6 3C 31
Octal 311 101 63 0 104 113 25 6 74 61
Binary 11001001 1000001 110011 0 1000100 1001011 10101 110 111100 110001

Color Harmonies of #C94133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94133

Black with #C94133

Text Example


Text Example

White with #C94133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94133; }

 p { color: rgb(201,65,51); }

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

background-color css

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

 a { background-color: rgb(201,65,51); }

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

border-color css

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

 span { border-color: rgb(201,65,51); }

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