Html Css Color HEX #C94C3D Grenadier

📋 copy color: '#C94C3D'

red 201 ◦ green 76 ◦ blue 61

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

Shades of Grenadier #C94C3D

Tints of Grenadier #C94C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 59.47%
G = 22.49%
B = 18.05%

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

#C94C3D (or 0xC94C3D) is known color: Grenadier. HEX triplet: C9, 4C and 3D. RGB value is (201,76,61). Sum of RGB (Red+Green+Blue) = 201+76+61=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C3D is #36B3C2. Grayscale: #6F6F6F. Windows color (decimal): -3584963 or 4017353. OLE color: 4017353.

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

Color convert

RGB 201 76 61 -
CMYK 0 0.62 0.70 0.21
HSL 6.43º 0.56% 0.51% -
HSV(B) 6.43º 0.7% 0.79% -
XYZ 27.51 17.92 6.42 -
YUV 111.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 201 76 61 0 0.62 0.70 0.21 6.43 0.56 0.51
Hex C9 4C 3D 0 3E 46 15 6 38 33
Octal 311 114 75 0 76 106 25 6 70 63
Binary 11001001 1001100 111101 0 111110 1000110 10101 110 111000 110011

Color Harmonies of #C94C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C3D

Black with #C94C3D

Text Example


Text Example

White with #C94C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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