Html Css Color HEX #D83140 Alizarin

📋 copy color: '#D83140'

red 216 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #D83140

Tints of Alizarin #D83140

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

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

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

Color convert

RGB 216 49 64 -
CMYK 0 0.77 0.70 0.15
HSL 354.61º 0.68% 0.52% -
HSV(B) 354.61º 0.77% 0.85% -
XYZ 30.34 17.17 6.56 -
YUV 100.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 216 49 64 0 0.77 0.70 0.15 354.61 0.68 0.52
Hex D8 31 40 0 4D 46 F 163 44 34
Octal 330 61 100 0 115 106 17 543 104 64
Binary 11011000 110001 1000000 0 1001101 1000110 1111 101100011 1000100 110100

Color Harmonies of #D83140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83140

Black with #D83140

Text Example


Text Example

White with #D83140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83140; }

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

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

background-color css

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

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

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

border-color css

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

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

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