Html Css Color HEX #D84930 Cinnabar

📋 copy color: '#D84930'

red 216 ◦ green 73 ◦ blue 48

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

Shades of Cinnabar #D84930

Tints of Cinnabar #D84930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 64.09%
G = 21.66%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84930 (or 0xD84930) is known color: Cinnabar. HEX triplet: D8, 49 and 30. RGB value is (216,73,48). Sum of RGB (Red+Green+Blue) = 216+73+48=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D84930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84930 is #27B6CF. Grayscale: #717171. Windows color (decimal): -2602704 or 3164632. OLE color: 3164632.

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

Color convert

RGB 216 73 48 -
CMYK 0 0.66 0.78 0.15
HSL 8.93º 0.68% 0.52% -
HSV(B) 8.93º 0.78% 0.85% -
XYZ 31.23 19.58 4.93 -
YUV 112.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 216 73 48 0 0.66 0.78 0.15 8.93 0.68 0.52
Hex D8 49 30 0 42 4E F 9 44 34
Octal 330 111 60 0 102 116 17 11 104 64
Binary 11011000 1001001 110000 0 1000010 1001110 1111 1001 1000100 110100

Color Harmonies of #D84930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84930

Black with #D84930

Text Example


Text Example

White with #D84930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84930; }

 p { color: rgb(216,73,48); }

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

background-color css

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

 a { background-color: rgb(216,73,48); }

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

border-color css

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

 span { border-color: rgb(216,73,48); }

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