Html Css Color HEX #D1232F Alizarin

📋 copy color: '#D1232F'

red 209 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #D1232F

Tints of Alizarin #D1232F

RGB

 RED value IS 209 (82.03% from 255) = 71.82%

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

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 71.82%
G = 12.03%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1232F (or 0xD1232F) is known color: Alizarin. HEX triplet: D1, 23 and 2F. RGB value is (209,35,47). Sum of RGB (Red+Green+Blue) = 209+35+47=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1232F is #2EDCD0. Grayscale: #585858. Windows color (decimal): -3071185 or 3089361. OLE color: 3089361.

HSL color Cylindrical-coordinate representation of color #D1232F: hue angle of 355.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1232F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 47 -
CMYK 0 0.83 0.78 0.18
HSL 355.86º 0.71% 0.48% -
HSV(B) 355.86º 0.83% 0.82% -
XYZ 27.41 14.96 4.13 -
YUV 88.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 209 35 47 0 0.83 0.78 0.18 355.86 0.71 0.48
Hex D1 23 2F 0 53 4E 12 164 47 30
Octal 321 43 57 0 123 116 22 544 107 60
Binary 11010001 100011 101111 0 1010011 1001110 10010 101100100 1000111 110000

Color Harmonies of #D1232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1232F

Black with #D1232F

Text Example


Text Example

White with #D1232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1232F; }

 p { color: rgb(209,35,47); }

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

background-color css

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

 a { background-color: rgb(209,35,47); }

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

border-color css

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

 span { border-color: rgb(209,35,47); }

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