Html Css Color HEX #D82B30 Alizarin

📋 copy color: '#D82B30'

red 216 ◦ green 43 ◦ blue 48

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

Shades of Alizarin #D82B30

Tints of Alizarin #D82B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 70.36%
G = 14.01%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D82B30 (or 0xD82B30) is known color: Alizarin. HEX triplet: D8, 2B and 30. RGB value is (216,43,48). Sum of RGB (Red+Green+Blue) = 216+43+48=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82B30 is #27D4CF. Grayscale: #5F5F5F. Windows color (decimal): -2610384 or 3156952. OLE color: 3156952.

HSL color Cylindrical-coordinate representation of color #D82B30: hue angle of 358.27º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82B30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 43 48 -
CMYK 0 0.80 0.78 0.15
HSL 358.27º 0.69% 0.51% -
HSV(B) 358.27º 0.8% 0.85% -
XYZ 29.72 16.54 4.42 -
YUV 95.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 216 43 48 0 0.80 0.78 0.15 358.27 0.69 0.51
Hex D8 2B 30 0 50 4E F 166 45 33
Octal 330 53 60 0 120 116 17 546 105 63
Binary 11011000 101011 110000 0 1010000 1001110 1111 101100110 1000101 110011

Color Harmonies of #D82B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B30

Black with #D82B30

Text Example


Text Example

White with #D82B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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