Html Css Color HEX #D84732 Cinnabar

📋 copy color: '#D84732'

red 216 ◦ green 71 ◦ blue 50

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

Shades of Cinnabar #D84732

Tints of Cinnabar #D84732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

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

R = 64.09%
G = 21.07%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D84732 (or 0xD84732) is known color: Cinnabar. HEX triplet: D8, 47 and 32. RGB value is (216,71,50). Sum of RGB (Red+Green+Blue) = 216+71+50=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D84732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84732 is #27B8CD. Grayscale: #707070. Windows color (decimal): -2603214 or 3295192. OLE color: 3295192.

HSL color Cylindrical-coordinate representation of color #D84732: hue angle of 7.59º 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 #D84732 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 71 50 -
CMYK 0 0.67 0.77 0.15
HSL 7.59º 0.68% 0.52% -
HSV(B) 7.59º 0.77% 0.85% -
XYZ 31.15 19.34 5.11 -
YUV 111.96 93.04 202.21 -
System Red Green Blue C M Y K H S L
Decimal 216 71 50 0 0.67 0.77 0.15 7.59 0.68 0.52
Hex D8 47 32 0 43 4D F 8 44 34
Octal 330 107 62 0 103 115 17 10 104 64
Binary 11011000 1000111 110010 0 1000011 1001101 1111 1000 1000100 110100

Color Harmonies of #D84732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84732

Black with #D84732

Text Example


Text Example

White with #D84732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84732; }

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

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

background-color css

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

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

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

border-color css

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

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

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