Html Css Color HEX #D84A31 Cinnabar

📋 copy color: '#D84A31'

red 216 ◦ green 74 ◦ blue 49

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

Shades of Cinnabar #D84A31

Tints of Cinnabar #D84A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 63.72%
G = 21.83%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D84A31 (or 0xD84A31) is known color: Cinnabar. HEX triplet: D8, 4A and 31. RGB value is (216,74,49). Sum of RGB (Red+Green+Blue) = 216+74+49=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A31 is #27B5CE. Grayscale: #717171. Windows color (decimal): -2602447 or 3230424. OLE color: 3230424.

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

Color convert

RGB 216 74 49 -
CMYK 0 0.66 0.77 0.15
HSL 8.98º 0.68% 0.52% -
HSV(B) 8.98º 0.77% 0.85% -
XYZ 31.32 19.72 5.06 -
YUV 113.61 91.54 201.03 -
System Red Green Blue C M Y K H S L
Decimal 216 74 49 0 0.66 0.77 0.15 8.98 0.68 0.52
Hex D8 4A 31 0 42 4D F 9 44 34
Octal 330 112 61 0 102 115 17 11 104 64
Binary 11011000 1001010 110001 0 1000010 1001101 1111 1001 1000100 110100

Color Harmonies of #D84A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A31

Black with #D84A31

Text Example


Text Example

White with #D84A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A31; }

 p { color: rgb(216,74,49); }

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

background-color css

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

 a { background-color: rgb(216,74,49); }

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

border-color css

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

 span { border-color: rgb(216,74,49); }

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