Html Css Color HEX #C94D3D Grenadier

📋 copy color: '#C94D3D'

red 201 ◦ green 77 ◦ blue 61

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

Shades of Grenadier #C94D3D

Tints of Grenadier #C94D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 59.29%
G = 22.71%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C94D3D (or 0xC94D3D) is known color: Grenadier. HEX triplet: C9, 4D and 3D. RGB value is (201,77,61). Sum of RGB (Red+Green+Blue) = 201+77+61=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D3D is #36B2C2. Grayscale: #707070. Windows color (decimal): -3584707 or 4017609. OLE color: 4017609.

HSL color Cylindrical-coordinate representation of color #C94D3D: hue angle of 6.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94D3D is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 61 -
CMYK 0 0.62 0.70 0.21
HSL 6.86º 0.56% 0.51% -
HSV(B) 6.86º 0.7% 0.79% -
XYZ 27.58 18.06 6.45 -
YUV 112.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 201 77 61 0 0.62 0.70 0.21 6.86 0.56 0.51
Hex C9 4D 3D 0 3E 46 15 7 38 33
Octal 311 115 75 0 76 106 25 7 70 63
Binary 11001001 1001101 111101 0 111110 1000110 10101 111 111000 110011

Color Harmonies of #C94D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D3D

Black with #C94D3D

Text Example


Text Example

White with #C94D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D3D; }

 p { color: rgb(201,77,61); }

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

background-color css

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

 a { background-color: rgb(201,77,61); }

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

border-color css

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

 span { border-color: rgb(201,77,61); }

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