Html Css Color HEX #D6283D Alizarin

📋 copy color: '#D6283D'

red 214 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #D6283D

Tints of Alizarin #D6283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 67.94%
G = 12.7%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6283D (or 0xD6283D) is known color: Alizarin. HEX triplet: D6, 28 and 3D. RGB value is (214,40,61). Sum of RGB (Red+Green+Blue) = 214+40+61=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6283D is #29D7C2. Grayscale: #5E5E5E. Windows color (decimal): -2742211 or 4008150. OLE color: 4008150.

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

Color convert

RGB 214 40 61 -
CMYK 0 0.81 0.71 0.16
HSL 352.76º 0.69% 0.5% -
HSV(B) 352.76º 0.81% 0.84% -
XYZ 29.33 16.15 5.99 -
YUV 94.42 109.15 213.29 -
System Red Green Blue C M Y K H S L
Decimal 214 40 61 0 0.81 0.71 0.16 352.76 0.69 0.5
Hex D6 28 3D 0 51 47 10 161 45 32
Octal 326 50 75 0 121 107 20 541 105 62
Binary 11010110 101000 111101 0 1010001 1000111 10000 101100001 1000101 110010

Color Harmonies of #D6283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6283D

Black with #D6283D

Text Example


Text Example

White with #D6283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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