Html Css Color HEX #C94333 Grenadier

📋 copy color: '#C94333'

red 201 ◦ green 67 ◦ blue 51

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

Shades of Grenadier #C94333

Tints of Grenadier #C94333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

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

R = 63.01%
G = 21%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C94333 (or 0xC94333) is known color: Grenadier. HEX triplet: C9, 43 and 33. RGB value is (201,67,51). Sum of RGB (Red+Green+Blue) = 201+67+51=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C94333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94333 is #36BCCC. Grayscale: #696969. Windows color (decimal): -3587277 or 3359689. OLE color: 3359689.

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

Color convert

RGB 201 67 51 -
CMYK 0 0.67 0.75 0.21
HSL 6.4º 0.6% 0.49% -
HSV(B) 6.4º 0.75% 0.79% -
XYZ 26.69 16.67 4.94 -
YUV 105.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 201 67 51 0 0.67 0.75 0.21 6.4 0.6 0.49
Hex C9 43 33 0 43 4B 15 6 3C 31
Octal 311 103 63 0 103 113 25 6 74 61
Binary 11001001 1000011 110011 0 1000011 1001011 10101 110 111100 110001

Color Harmonies of #C94333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94333

Black with #C94333

Text Example


Text Example

White with #C94333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94333; }

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

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

background-color css

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

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

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

border-color css

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

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

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