Html Css Color HEX #C84B3D Grenadier

📋 copy color: '#C84B3D'

red 200 ◦ green 75 ◦ blue 61

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

Shades of Grenadier #C84B3D

Tints of Grenadier #C84B3D

RGB

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

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

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

R = 59.52%
G = 22.32%
B = 18.15%

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

#C84B3D (or 0xC84B3D) is known color: Grenadier. HEX triplet: C8, 4B and 3D. RGB value is (200,75,61). Sum of RGB (Red+Green+Blue) = 200+75+61=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B3D is #37B4C2. Grayscale: #6E6E6E. Windows color (decimal): -3650755 or 4017096. OLE color: 4017096.

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

Color convert

RGB 200 75 61 -
CMYK 0 0.62 0.69 0.22
HSL 6.04º 0.56% 0.51% -
HSV(B) 6.04º 0.7% 0.78% -
XYZ 27.18 17.65 6.39 -
YUV 110.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 200 75 61 0 0.62 0.69 0.22 6.04 0.56 0.51
Hex C8 4B 3D 0 3E 45 16 6 38 33
Octal 310 113 75 0 76 105 26 6 70 63
Binary 11001000 1001011 111101 0 111110 1000101 10110 110 111000 110011

Color Harmonies of #C84B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B3D

Black with #C84B3D

Text Example


Text Example

White with #C84B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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