Html Css Color HEX #C84D3D Grenadier

📋 copy color: '#C84D3D'

red 200 ◦ green 77 ◦ blue 61

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

Shades of Grenadier #C84D3D

Tints of Grenadier #C84D3D

RGB

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

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

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

R = 59.17%
G = 22.78%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C84D3D (or 0xC84D3D) is known color: Grenadier. HEX triplet: C8, 4D and 3D. RGB value is (200,77,61). Sum of RGB (Red+Green+Blue) = 200+77+61=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D3D is #37B2C2. Grayscale: #707070. Windows color (decimal): -3650243 or 4017608. OLE color: 4017608.

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

Color convert

RGB 200 77 61 -
CMYK 0 0.62 0.69 0.22
HSL 6.91º 0.56% 0.51% -
HSV(B) 6.91º 0.7% 0.78% -
XYZ 27.32 17.92 6.43 -
YUV 111.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 200 77 61 0 0.62 0.69 0.22 6.91 0.56 0.51
Hex C8 4D 3D 0 3E 45 16 7 38 33
Octal 310 115 75 0 76 105 26 7 70 63
Binary 11001000 1001101 111101 0 111110 1000101 10110 111 111000 110011

Color Harmonies of #C84D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D3D

Black with #C84D3D

Text Example


Text Example

White with #C84D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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