Html Css Color HEX #D6233D Alizarin

📋 copy color: '#D6233D'

red 214 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #D6233D

Tints of Alizarin #D6233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

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

R = 69.03%
G = 11.29%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6233D (or 0xD6233D) is known color: Alizarin. HEX triplet: D6, 23 and 3D. RGB value is (214,35,61). Sum of RGB (Red+Green+Blue) = 214+35+61=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6233D is #29DCC2. Grayscale: #5B5B5B. Windows color (decimal): -2743491 or 4006870. OLE color: 4006870.

HSL color Cylindrical-coordinate representation of color #D6233D: hue angle of 351.28º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6233D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 61 -
CMYK 0 0.84 0.71 0.16
HSL 351.28º 0.72% 0.49% -
HSV(B) 351.28º 0.84% 0.84% -
XYZ 29.17 15.84 5.93 -
YUV 91.49 110.8 215.39 -
System Red Green Blue C M Y K H S L
Decimal 214 35 61 0 0.84 0.71 0.16 351.28 0.72 0.49
Hex D6 23 3D 0 54 47 10 15F 48 31
Octal 326 43 75 0 124 107 20 537 110 61
Binary 11010110 100011 111101 0 1010100 1000111 10000 101011111 1001000 110001

Color Harmonies of #D6233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6233D

Black with #D6233D

Text Example


Text Example

White with #D6233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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