Html Css Color HEX #D6293E Alizarin

📋 copy color: '#D6293E'

red 214 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #D6293E

Tints of Alizarin #D6293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 67.51%
G = 12.93%
B = 19.56%

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

#D6293E (or 0xD6293E) is known color: Alizarin. HEX triplet: D6, 29 and 3E. RGB value is (214,41,62). Sum of RGB (Red+Green+Blue) = 214+41+62=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D6293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6293E is #29D6C1. Grayscale: #5F5F5F. Windows color (decimal): -2741954 or 4073942. OLE color: 4073942.

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

Color convert

RGB 214 41 62 -
CMYK 0 0.81 0.71 0.16
HSL 352.72º 0.68% 0.5% -
HSV(B) 352.72º 0.81% 0.84% -
XYZ 29.39 16.23 6.14 -
YUV 95.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 214 41 62 0 0.81 0.71 0.16 352.72 0.68 0.5
Hex D6 29 3E 0 51 47 10 161 44 32
Octal 326 51 76 0 121 107 20 541 104 62
Binary 11010110 101001 111110 0 1010001 1000111 10000 101100001 1000100 110010

Color Harmonies of #D6293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6293E

Black with #D6293E

Text Example


Text Example

White with #D6293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6293E; }

 p { color: rgb(214,41,62); }

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

background-color css

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

 a { background-color: rgb(214,41,62); }

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

border-color css

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

 span { border-color: rgb(214,41,62); }

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