Html Css Color HEX #C94B3F Grenadier

📋 copy color: '#C94B3F'

red 201 ◦ green 75 ◦ blue 63

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

Shades of Grenadier #C94B3F

Tints of Grenadier #C94B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.58%

R = 59.29%
G = 22.12%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C94B3F (or 0xC94B3F) is known color: Grenadier. HEX triplet: C9, 4B and 3F. RGB value is (201,75,63). Sum of RGB (Red+Green+Blue) = 201+75+63=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B3F is #36B4C0. Grayscale: #6F6F6F. Windows color (decimal): -3585217 or 4148169. OLE color: 4148169.

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

Color convert

RGB 201 75 63 -
CMYK 0 0.63 0.69 0.21
HSL 5.22º 0.56% 0.52% -
HSV(B) 5.22º 0.69% 0.79% -
XYZ 27.5 17.81 6.69 -
YUV 111.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 201 75 63 0 0.63 0.69 0.21 5.22 0.56 0.52
Hex C9 4B 3F 0 3F 45 15 5 38 34
Octal 311 113 77 0 77 105 25 5 70 64
Binary 11001001 1001011 111111 0 111111 1000101 10101 101 111000 110100

Color Harmonies of #C94B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B3F

Black with #C94B3F

Text Example


Text Example

White with #C94B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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