Html Css Color HEX #D6293F Alizarin

📋 copy color: '#D6293F'

red 214 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #D6293F

Tints of Alizarin #D6293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 67.3%
G = 12.89%
B = 19.81%

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

#D6293F (or 0xD6293F) is known color: Alizarin. HEX triplet: D6, 29 and 3F. RGB value is (214,41,63). Sum of RGB (Red+Green+Blue) = 214+41+63=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D6293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6293F is #29D6C0. Grayscale: #5F5F5F. Windows color (decimal): -2741953 or 4139478. OLE color: 4139478.

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

Color convert

RGB 214 41 63 -
CMYK 0 0.81 0.71 0.16
HSL 352.37º 0.68% 0.5% -
HSV(B) 352.37º 0.81% 0.84% -
XYZ 29.42 16.24 6.29 -
YUV 95.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 214 41 63 0 0.81 0.71 0.16 352.37 0.68 0.5
Hex D6 29 3F 0 51 47 10 160 44 32
Octal 326 51 77 0 121 107 20 540 104 62
Binary 11010110 101001 111111 0 1010001 1000111 10000 101100000 1000100 110010

Color Harmonies of #D6293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6293F

Black with #D6293F

Text Example


Text Example

White with #D6293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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