Html Css Color HEX #D84D3C Cinnabar

📋 copy color: '#D84D3C'

red 216 ◦ green 77 ◦ blue 60

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

Shades of Cinnabar #D84D3C

Tints of Cinnabar #D84D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 61.19%
G = 21.81%
B = 17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D84D3C (or 0xD84D3C) is known color: Cinnabar. HEX triplet: D8, 4D and 3C. RGB value is (216,77,60). Sum of RGB (Red+Green+Blue) = 216+77+60=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D3C is #27B2C3. Grayscale: #747474. Windows color (decimal): -2601668 or 3952088. OLE color: 3952088.

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

Color convert

RGB 216 77 60 -
CMYK 0 0.64 0.72 0.15
HSL 6.54º 0.67% 0.54% -
HSV(B) 6.54º 0.72% 0.85% -
XYZ 31.79 20.23 6.5 -
YUV 116.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 216 77 60 0 0.64 0.72 0.15 6.54 0.67 0.54
Hex D8 4D 3C 0 40 48 F 7 43 36
Octal 330 115 74 0 100 110 17 7 103 66
Binary 11011000 1001101 111100 0 1000000 1001000 1111 111 1000011 110110

Color Harmonies of #D84D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D3C

Black with #D84D3C

Text Example


Text Example

White with #D84D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D3C; }

 p { color: rgb(216,77,60); }

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

background-color css

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

 a { background-color: rgb(216,77,60); }

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

border-color css

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

 span { border-color: rgb(216,77,60); }

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