Html Css Color HEX #D84D32 Cinnabar

📋 copy color: '#D84D32'

red 216 ◦ green 77 ◦ blue 50

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

Shades of Cinnabar #D84D32

Tints of Cinnabar #D84D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 62.97%
G = 22.45%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D84D32 (or 0xD84D32) is known color: Cinnabar. HEX triplet: D8, 4D and 32. RGB value is (216,77,50). Sum of RGB (Red+Green+Blue) = 216+77+50=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D32 is #27B2CD. Grayscale: #737373. Windows color (decimal): -2601678 or 3296728. OLE color: 3296728.

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

Color convert

RGB 216 77 50 -
CMYK 0 0.64 0.77 0.15
HSL 9.76º 0.68% 0.52% -
HSV(B) 9.76º 0.77% 0.85% -
XYZ 31.55 20.14 5.24 -
YUV 115.48 91.05 199.7 -
System Red Green Blue C M Y K H S L
Decimal 216 77 50 0 0.64 0.77 0.15 9.76 0.68 0.52
Hex D8 4D 32 0 40 4D F A 44 34
Octal 330 115 62 0 100 115 17 12 104 64
Binary 11011000 1001101 110010 0 1000000 1001101 1111 1010 1000100 110100

Color Harmonies of #D84D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D32

Black with #D84D32

Text Example


Text Example

White with #D84D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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