Html Css Color HEX #D5293D Alizarin

📋 copy color: '#D5293D'

red 213 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #D5293D

Tints of Alizarin #D5293D

RGB

 RED value IS 213 (83.59% from 255) = 67.62%

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

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

R = 67.62%
G = 13.02%
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

#D5293D (or 0xD5293D) is known color: Alizarin. HEX triplet: D5, 29 and 3D. RGB value is (213,41,61). Sum of RGB (Red+Green+Blue) = 213+41+61=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5293D is #2AD6C2. Grayscale: #5E5E5E. Windows color (decimal): -2807491 or 4008405. OLE color: 4008405.

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

Color convert

RGB 213 41 61 -
CMYK 0 0.81 0.71 0.16
HSL 353.02º 0.68% 0.5% -
HSV(B) 353.02º 0.81% 0.84% -
XYZ 29.08 16.07 5.98 -
YUV 94.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 213 41 61 0 0.81 0.71 0.16 353.02 0.68 0.5
Hex D5 29 3D 0 51 47 10 161 44 32
Octal 325 51 75 0 121 107 20 541 104 62
Binary 11010101 101001 111101 0 1010001 1000111 10000 101100001 1000100 110010

Color Harmonies of #D5293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5293D

Black with #D5293D

Text Example


Text Example

White with #D5293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5293D; }

 p { color: rgb(213,41,61); }

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

background-color css

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

 a { background-color: rgb(213,41,61); }

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

border-color css

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

 span { border-color: rgb(213,41,61); }

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