Html Css Color HEX #D84734 Cinnabar

📋 copy color: '#D84734'

red 216 ◦ green 71 ◦ blue 52

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

Shades of Cinnabar #D84734

Tints of Cinnabar #D84734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 63.72%
G = 20.94%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D84734 (or 0xD84734) is known color: Cinnabar. HEX triplet: D8, 47 and 34. RGB value is (216,71,52). Sum of RGB (Red+Green+Blue) = 216+71+52=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D84734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84734 is #27B8CB. Grayscale: #707070. Windows color (decimal): -2603212 or 3426264. OLE color: 3426264.

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

Color convert

RGB 216 71 52 -
CMYK 0 0.67 0.76 0.15
HSL 6.95º 0.68% 0.53% -
HSV(B) 6.95º 0.76% 0.85% -
XYZ 31.19 19.35 5.34 -
YUV 112.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 216 71 52 0 0.67 0.76 0.15 6.95 0.68 0.53
Hex D8 47 34 0 43 4C F 7 44 35
Octal 330 107 64 0 103 114 17 7 104 65
Binary 11011000 1000111 110100 0 1000011 1001100 1111 111 1000100 110101

Color Harmonies of #D84734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84734

Black with #D84734

Text Example


Text Example

White with #D84734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84734; }

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

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

background-color css

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

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

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

border-color css

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

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

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