Html Css Color HEX #D6283A Alizarin

📋 copy color: '#D6283A'

red 214 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #D6283A

Tints of Alizarin #D6283A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 68.59%
G = 12.82%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6283A (or 0xD6283A) is known color: Alizarin. HEX triplet: D6, 28 and 3A. RGB value is (214,40,58). Sum of RGB (Red+Green+Blue) = 214+40+58=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6283A is #29D7C5. Grayscale: #5E5E5E. Windows color (decimal): -2742214 or 3811542. OLE color: 3811542.

HSL color Cylindrical-coordinate representation of color #D6283A: hue angle of 353.79º 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 #D6283A is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 58 -
CMYK 0 0.81 0.73 0.16
HSL 353.79º 0.69% 0.5% -
HSV(B) 353.79º 0.81% 0.84% -
XYZ 29.25 16.12 5.57 -
YUV 94.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 214 40 58 0 0.81 0.73 0.16 353.79 0.69 0.5
Hex D6 28 3A 0 51 49 10 162 45 32
Octal 326 50 72 0 121 111 20 542 105 62
Binary 11010110 101000 111010 0 1010001 1001001 10000 101100010 1000101 110010

Color Harmonies of #D6283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6283A

Black with #D6283A

Text Example


Text Example

White with #D6283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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