Html Css Color HEX #D6282B Alizarin

📋 copy color: '#D6282B'

red 214 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #D6282B

Tints of Alizarin #D6282B

RGB

 RED value IS 214 (83.98% from 255) = 72.05%

 GREEN value IS 40 (16.02% from 255) = 13.47%

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

R = 72.05%
G = 13.47%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6282B (or 0xD6282B) is known color: Alizarin. HEX triplet: D6, 28 and 2B. RGB value is (214,40,43). Sum of RGB (Red+Green+Blue) = 214+40+43=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6282B is #29D7D4. Grayscale: #5C5C5C. Windows color (decimal): -2742229 or 2828502. OLE color: 2828502.

HSL color Cylindrical-coordinate representation of color #D6282B: hue angle of 358.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6282B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 43 -
CMYK 0 0.81 0.80 0.16
HSL 358.97º 0.69% 0.5% -
HSV(B) 358.97º 0.81% 0.84% -
XYZ 28.93 15.99 3.85 -
YUV 92.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 214 40 43 0 0.81 0.80 0.16 358.97 0.69 0.5
Hex D6 28 2B 0 51 50 10 167 45 32
Octal 326 50 53 0 121 120 20 547 105 62
Binary 11010110 101000 101011 0 1010001 1010000 10000 101100111 1000101 110010

Color Harmonies of #D6282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6282B

Black with #D6282B

Text Example


Text Example

White with #D6282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6282B; }

 p { color: rgb(214,40,43); }

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

background-color css

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

 a { background-color: rgb(214,40,43); }

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

border-color css

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

 span { border-color: rgb(214,40,43); }

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