Html Css Color HEX #C84F3D Grenadier

📋 copy color: '#C84F3D'

red 200 ◦ green 79 ◦ blue 61

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

Shades of Grenadier #C84F3D

Tints of Grenadier #C84F3D

RGB

 RED value IS 200 (78.52% from 255) = 58.82%

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

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

R = 58.82%
G = 23.24%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C84F3D (or 0xC84F3D) is known color: Grenadier. HEX triplet: C8, 4F and 3D. RGB value is (200,79,61). Sum of RGB (Red+Green+Blue) = 200+79+61=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84F3D is #37B0C2. Grayscale: #717171. Windows color (decimal): -3649731 or 4018120. OLE color: 4018120.

HSL color Cylindrical-coordinate representation of color #C84F3D: hue angle of 7.77º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84F3D is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 61 -
CMYK 0 0.60 0.69 0.22
HSL 7.77º 0.56% 0.51% -
HSV(B) 7.77º 0.7% 0.78% -
XYZ 27.46 18.21 6.48 -
YUV 113.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 200 79 61 0 0.60 0.69 0.22 7.77 0.56 0.51
Hex C8 4F 3D 0 3C 45 16 8 38 33
Octal 310 117 75 0 74 105 26 10 70 63
Binary 11001000 1001111 111101 0 111100 1000101 10110 1000 111000 110011

Color Harmonies of #C84F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F3D

Black with #C84F3D

Text Example


Text Example

White with #C84F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F3D; }

 p { color: rgb(200,79,61); }

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

background-color css

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

 a { background-color: rgb(200,79,61); }

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

border-color css

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

 span { border-color: rgb(200,79,61); }

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