Html Css Color HEX #D61E30 Alizarin

📋 copy color: '#D61E30'

red 214 ◦ green 30 ◦ blue 48

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

Shades of Alizarin #D61E30

Tints of Alizarin #D61E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 73.29%
G = 10.27%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61E30 (or 0xD61E30) is known color: Alizarin. HEX triplet: D6, 1E and 30. RGB value is (214,30,48). Sum of RGB (Red+Green+Blue) = 214+30+48=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E30 is #29E1CF. Grayscale: #575757. Windows color (decimal): -2744784 or 3153622. OLE color: 3153622.

HSL color Cylindrical-coordinate representation of color #D61E30: hue angle of 354.13º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E30 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 48 -
CMYK 0 0.86 0.78 0.16
HSL 354.13º 0.75% 0.48% -
HSV(B) 354.13º 0.86% 0.84% -
XYZ 28.73 15.44 4.26 -
YUV 87.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 214 30 48 0 0.86 0.78 0.16 354.13 0.75 0.48
Hex D6 1E 30 0 56 4E 10 162 4B 30
Octal 326 36 60 0 126 116 20 542 113 60
Binary 11010110 11110 110000 0 1010110 1001110 10000 101100010 1001011 110000

Color Harmonies of #D61E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E30

Black with #D61E30

Text Example


Text Example

White with #D61E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E30; }

 p { color: rgb(214,30,48); }

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

background-color css

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

 a { background-color: rgb(214,30,48); }

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

border-color css

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

 span { border-color: rgb(214,30,48); }

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