Html Css Color HEX #D81F2B Alizarin

📋 copy color: '#D81F2B'

red 216 ◦ green 31 ◦ blue 43

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

Shades of Alizarin #D81F2B

Tints of Alizarin #D81F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 74.48%
G = 10.69%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D81F2B (or 0xD81F2B) is known color: Alizarin. HEX triplet: D8, 1F and 2B. RGB value is (216,31,43). Sum of RGB (Red+Green+Blue) = 216+31+43=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F2B is #27E0D4. Grayscale: #575757. Windows color (decimal): -2613461 or 2826200. OLE color: 2826200.

HSL color Cylindrical-coordinate representation of color #D81F2B: hue angle of 356.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F2B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 43 -
CMYK 0 0.86 0.80 0.15
HSL 356.11º 0.75% 0.48% -
HSV(B) 356.11º 0.86% 0.85% -
XYZ 29.24 15.75 3.78 -
YUV 87.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 216 31 43 0 0.86 0.80 0.15 356.11 0.75 0.48
Hex D8 1F 2B 0 56 50 F 164 4B 30
Octal 330 37 53 0 126 120 17 544 113 60
Binary 11011000 11111 101011 0 1010110 1010000 1111 101100100 1001011 110000

Color Harmonies of #D81F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F2B

Black with #D81F2B

Text Example


Text Example

White with #D81F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F2B; }

 p { color: rgb(216,31,43); }

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

background-color css

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

 a { background-color: rgb(216,31,43); }

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

border-color css

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

 span { border-color: rgb(216,31,43); }

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