Html Css Color HEX #D84C3A Cinnabar

📋 copy color: '#D84C3A'

red 216 ◦ green 76 ◦ blue 58

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

Shades of Cinnabar #D84C3A

Tints of Cinnabar #D84C3A

RGB

 RED value IS 216 (84.77% from 255) = 61.71%

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 61.71%
G = 21.71%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D84C3A (or 0xD84C3A) is known color: Cinnabar. HEX triplet: D8, 4C and 3A. RGB value is (216,76,58). Sum of RGB (Red+Green+Blue) = 216+76+58=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C3A is #27B3C5. Grayscale: #747474. Windows color (decimal): -2601926 or 3820760. OLE color: 3820760.

HSL color Cylindrical-coordinate representation of color #D84C3A: hue angle of 6.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D84C3A is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 58 -
CMYK 0 0.65 0.73 0.15
HSL 6.84º 0.67% 0.54% -
HSV(B) 6.84º 0.73% 0.85% -
XYZ 31.67 20.07 6.21 -
YUV 115.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 216 76 58 0 0.65 0.73 0.15 6.84 0.67 0.54
Hex D8 4C 3A 0 41 49 F 7 43 36
Octal 330 114 72 0 101 111 17 7 103 66
Binary 11011000 1001100 111010 0 1000001 1001001 1111 111 1000011 110110

Color Harmonies of #D84C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C3A

Black with #D84C3A

Text Example


Text Example

White with #D84C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C3A; }

 p { color: rgb(216,76,58); }

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

background-color css

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

 a { background-color: rgb(216,76,58); }

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

border-color css

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

 span { border-color: rgb(216,76,58); }

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