Html Css Color HEX #C94B38 Grenadier

📋 copy color: '#C94B38'

red 201 ◦ green 75 ◦ blue 56

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

Shades of Grenadier #C94B38

Tints of Grenadier #C94B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 60.54%
G = 22.59%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94B38 (or 0xC94B38) is known color: Grenadier. HEX triplet: C9, 4B and 38. RGB value is (201,75,56). Sum of RGB (Red+Green+Blue) = 201+75+56=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B38 is #36B4C7. Grayscale: #6E6E6E. Windows color (decimal): -3585224 or 3689417. OLE color: 3689417.

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

Color convert

RGB 201 75 56 -
CMYK 0 0.63 0.72 0.21
HSL 7.86º 0.57% 0.5% -
HSV(B) 7.86º 0.72% 0.79% -
XYZ 27.32 17.74 5.72 -
YUV 110.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 201 75 56 0 0.63 0.72 0.21 7.86 0.57 0.5
Hex C9 4B 38 0 3F 48 15 8 39 32
Octal 311 113 70 0 77 110 25 10 71 62
Binary 11001001 1001011 111000 0 111111 1001000 10101 1000 111001 110010

Color Harmonies of #C94B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B38

Black with #C94B38

Text Example


Text Example

White with #C94B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B38; }

 p { color: rgb(201,75,56); }

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

background-color css

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

 a { background-color: rgb(201,75,56); }

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

border-color css

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

 span { border-color: rgb(201,75,56); }

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