Html Css Color HEX #D84031 Cinnabar

📋 copy color: '#D84031'

red 216 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #D84031

Tints of Cinnabar #D84031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 65.65%
G = 19.45%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D84031 (or 0xD84031) is known color: Cinnabar. HEX triplet: D8, 40 and 31. RGB value is (216,64,49). Sum of RGB (Red+Green+Blue) = 216+64+49=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D84031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84031 is #27BFCE. Grayscale: #6B6B6B. Windows color (decimal): -2605007 or 3227864. OLE color: 3227864.

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

Color convert

RGB 216 64 49 -
CMYK 0 0.70 0.77 0.15
HSL 5.39º 0.68% 0.52% -
HSV(B) 5.39º 0.77% 0.85% -
XYZ 30.71 18.49 4.86 -
YUV 107.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 216 64 49 0 0.70 0.77 0.15 5.39 0.68 0.52
Hex D8 40 31 0 46 4D F 5 44 34
Octal 330 100 61 0 106 115 17 5 104 64
Binary 11011000 1000000 110001 0 1000110 1001101 1111 101 1000100 110100

Color Harmonies of #D84031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84031

Black with #D84031

Text Example


Text Example

White with #D84031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84031; }

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

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

background-color css

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

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

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

border-color css

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

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

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