Html Css Color HEX #D7243C Alizarin

📋 copy color: '#D7243C'

red 215 ◦ green 36 ◦ blue 60

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

Shades of Alizarin #D7243C

Tints of Alizarin #D7243C

RGB

 RED value IS 215 (84.38% from 255) = 69.13%

 GREEN value IS 36 (14.45% from 255) = 11.58%

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

R = 69.13%
G = 11.58%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7243C (or 0xD7243C) is known color: Alizarin. HEX triplet: D7, 24 and 3C. RGB value is (215,36,60). Sum of RGB (Red+Green+Blue) = 215+36+60=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7243C is #28DBC3. Grayscale: #5C5C5C. Windows color (decimal): -2677700 or 3941591. OLE color: 3941591.

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

Color convert

RGB 215 36 60 -
CMYK 0 0.83 0.72 0.16
HSL 351.96º 0.71% 0.49% -
HSV(B) 351.96º 0.83% 0.84% -
XYZ 29.47 16.04 5.82 -
YUV 92.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 215 36 60 0 0.83 0.72 0.16 351.96 0.71 0.49
Hex D7 24 3C 0 53 48 10 160 47 31
Octal 327 44 74 0 123 110 20 540 107 61
Binary 11010111 100100 111100 0 1010011 1001000 10000 101100000 1000111 110001

Color Harmonies of #D7243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7243C

Black with #D7243C

Text Example


Text Example

White with #D7243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7243C; }

 p { color: rgb(215,36,60); }

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

background-color css

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

 a { background-color: rgb(215,36,60); }

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

border-color css

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

 span { border-color: rgb(215,36,60); }

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