Html Css Color HEX #C94F3F Grenadier

📋 copy color: '#C94F3F'

red 201 ◦ green 79 ◦ blue 63

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

Shades of Grenadier #C94F3F

Tints of Grenadier #C94F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

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

R = 58.6%
G = 23.03%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C94F3F (or 0xC94F3F) is known color: Grenadier. HEX triplet: C9, 4F and 3F. RGB value is (201,79,63). Sum of RGB (Red+Green+Blue) = 201+79+63=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F3F is #36B0C0. Grayscale: #717171. Windows color (decimal): -3584193 or 4149193. OLE color: 4149193.

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

Color convert

RGB 201 79 63 -
CMYK 0 0.61 0.69 0.21
HSL 6.96º 0.56% 0.52% -
HSV(B) 6.96º 0.69% 0.79% -
XYZ 27.78 18.37 6.78 -
YUV 113.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 201 79 63 0 0.61 0.69 0.21 6.96 0.56 0.52
Hex C9 4F 3F 0 3D 45 15 7 38 34
Octal 311 117 77 0 75 105 25 7 70 64
Binary 11001001 1001111 111111 0 111101 1000101 10101 111 111000 110100

Color Harmonies of #C94F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F3F

Black with #C94F3F

Text Example


Text Example

White with #C94F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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