Html Css Color HEX #D4283A Alizarin

📋 copy color: '#D4283A'

red 212 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #D4283A

Tints of Alizarin #D4283A

RGB

 RED value IS 212 (83.2% from 255) = 68.39%

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 68.39%
G = 12.9%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4283A (or 0xD4283A) is known color: Alizarin. HEX triplet: D4, 28 and 3A. RGB value is (212,40,58). Sum of RGB (Red+Green+Blue) = 212+40+58=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4283A is #2BD7C5. Grayscale: #5D5D5D. Windows color (decimal): -2873286 or 3811540. OLE color: 3811540.

HSL color Cylindrical-coordinate representation of color #D4283A: hue angle of 353.72º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4283A is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 58 -
CMYK 0 0.81 0.73 0.17
HSL 353.72º 0.68% 0.49% -
HSV(B) 353.72º 0.81% 0.83% -
XYZ 28.67 15.82 5.55 -
YUV 93.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 212 40 58 0 0.81 0.73 0.17 353.72 0.68 0.49
Hex D4 28 3A 0 51 49 11 162 44 31
Octal 324 50 72 0 121 111 21 542 104 61
Binary 11010100 101000 111010 0 1010001 1001001 10001 101100010 1000100 110001

Color Harmonies of #D4283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4283A

Black with #D4283A

Text Example


Text Example

White with #D4283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4283A; }

 p { color: rgb(212,40,58); }

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

background-color css

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

 a { background-color: rgb(212,40,58); }

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

border-color css

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

 span { border-color: rgb(212,40,58); }

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