Html Css Color HEX #D84530 Cinnabar

📋 copy color: '#D84530'

red 216 ◦ green 69 ◦ blue 48

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

Shades of Cinnabar #D84530

Tints of Cinnabar #D84530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 64.86%
G = 20.72%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84530 (or 0xD84530) is known color: Cinnabar. HEX triplet: D8, 45 and 30. RGB value is (216,69,48). Sum of RGB (Red+Green+Blue) = 216+69+48=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D84530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84530 is #27BACF. Grayscale: #6E6E6E. Windows color (decimal): -2603728 or 3163608. OLE color: 3163608.

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

Color convert

RGB 216 69 48 -
CMYK 0 0.68 0.78 0.15
HSL 7.5º 0.68% 0.52% -
HSV(B) 7.5º 0.78% 0.85% -
XYZ 30.98 19.07 4.84 -
YUV 110.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 216 69 48 0 0.68 0.78 0.15 7.5 0.68 0.52
Hex D8 45 30 0 44 4E F 8 44 34
Octal 330 105 60 0 104 116 17 10 104 64
Binary 11011000 1000101 110000 0 1000100 1001110 1111 1000 1000100 110100

Color Harmonies of #D84530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84530

Black with #D84530

Text Example


Text Example

White with #D84530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84530; }

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

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

background-color css

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

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

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

border-color css

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

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

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