Html Css Color HEX #D84540 Cinnabar

📋 copy color: '#D84540'

red 216 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #D84540

Tints of Cinnabar #D84540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 61.89%
G = 19.77%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84540 (or 0xD84540) is known color: Cinnabar. HEX triplet: D8, 45 and 40. RGB value is (216,69,64). Sum of RGB (Red+Green+Blue) = 216+69+64=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D84540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84540 is #27BABF. Grayscale: #707070. Windows color (decimal): -2603712 or 4212184. OLE color: 4212184.

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

Color convert

RGB 216 69 64 -
CMYK 0 0.68 0.70 0.15
HSL 1.97º 0.66% 0.55% -
HSV(B) 1.97º 0.7% 0.85% -
XYZ 31.37 19.23 6.91 -
YUV 112.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 216 69 64 0 0.68 0.70 0.15 1.97 0.66 0.55
Hex D8 45 40 0 44 46 F 2 42 37
Octal 330 105 100 0 104 106 17 2 102 67
Binary 11011000 1000101 1000000 0 1000100 1000110 1111 10 1000010 110111

Color Harmonies of #D84540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84540

Black with #D84540

Text Example


Text Example

White with #D84540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84540; }

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

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

background-color css

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

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

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

border-color css

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

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

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