Html Css Color HEX #D4253C Alizarin

📋 copy color: '#D4253C'

red 212 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #D4253C

Tints of Alizarin #D4253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 68.61%
G = 11.97%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4253C (or 0xD4253C) is known color: Alizarin. HEX triplet: D4, 25 and 3C. RGB value is (212,37,60). Sum of RGB (Red+Green+Blue) = 212+37+60=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4253C is #2BDAC3. Grayscale: #5C5C5C. Windows color (decimal): -2874052 or 3941844. OLE color: 3941844.

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

Color convert

RGB 212 37 60 -
CMYK 0 0.83 0.72 0.17
HSL 352.11º 0.7% 0.49% -
HSV(B) 352.11º 0.83% 0.83% -
XYZ 28.63 15.65 5.79 -
YUV 91.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 212 37 60 0 0.83 0.72 0.17 352.11 0.7 0.49
Hex D4 25 3C 0 53 48 11 160 46 31
Octal 324 45 74 0 123 110 21 540 106 61
Binary 11010100 100101 111100 0 1010011 1001000 10001 101100000 1000110 110001

Color Harmonies of #D4253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4253C

Black with #D4253C

Text Example


Text Example

White with #D4253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4253C; }

 p { color: rgb(212,37,60); }

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

background-color css

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

 a { background-color: rgb(212,37,60); }

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

border-color css

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

 span { border-color: rgb(212,37,60); }

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