Html Css Color HEX #D5233A Alizarin

📋 copy color: '#D5233A'

red 213 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #D5233A

Tints of Alizarin #D5233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 69.61%
G = 11.44%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5233A (or 0xD5233A) is known color: Alizarin. HEX triplet: D5, 23 and 3A. RGB value is (213,35,58). Sum of RGB (Red+Green+Blue) = 213+35+58=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5233A is #2ADCC5. Grayscale: #5A5A5A. Windows color (decimal): -2809030 or 3810261. OLE color: 3810261.

HSL color Cylindrical-coordinate representation of color #D5233A: hue angle of 352.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5233A is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 58 -
CMYK 0 0.84 0.73 0.16
HSL 352.25º 0.72% 0.49% -
HSV(B) 352.25º 0.84% 0.84% -
XYZ 28.81 15.65 5.51 -
YUV 90.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 213 35 58 0 0.84 0.73 0.16 352.25 0.72 0.49
Hex D5 23 3A 0 54 49 10 160 48 31
Octal 325 43 72 0 124 111 20 540 110 61
Binary 11010101 100011 111010 0 1010100 1001001 10000 101100000 1001000 110001

Color Harmonies of #D5233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5233A

Black with #D5233A

Text Example


Text Example

White with #D5233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5233A; }

 p { color: rgb(213,35,58); }

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

background-color css

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

 a { background-color: rgb(213,35,58); }

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

border-color css

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

 span { border-color: rgb(213,35,58); }

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