Html Css Color HEX #D84D30 Cinnabar

📋 copy color: '#D84D30'

red 216 ◦ green 77 ◦ blue 48

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

Shades of Cinnabar #D84D30

Tints of Cinnabar #D84D30

RGB

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

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

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

R = 63.34%
G = 22.58%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84D30 (or 0xD84D30) is known color: Cinnabar. HEX triplet: D8, 4D and 30. RGB value is (216,77,48). Sum of RGB (Red+Green+Blue) = 216+77+48=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D30 is #27B2CF. Grayscale: #737373. Windows color (decimal): -2601680 or 3165656. OLE color: 3165656.

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

Color convert

RGB 216 77 48 -
CMYK 0 0.64 0.78 0.15
HSL 10.36º 0.68% 0.52% -
HSV(B) 10.36º 0.78% 0.85% -
XYZ 31.51 20.12 5.02 -
YUV 115.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 216 77 48 0 0.64 0.78 0.15 10.36 0.68 0.52
Hex D8 4D 30 0 40 4E F A 44 34
Octal 330 115 60 0 100 116 17 12 104 64
Binary 11011000 1001101 110000 0 1000000 1001110 1111 1010 1000100 110100

Color Harmonies of #D84D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D30

Black with #D84D30

Text Example


Text Example

White with #D84D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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