Html Css Color HEX #D7263F Alizarin

📋 copy color: '#D7263F'

red 215 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #D7263F

Tints of Alizarin #D7263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 68.04%
G = 12.03%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7263F (or 0xD7263F) is known color: Alizarin. HEX triplet: D7, 26 and 3F. RGB value is (215,38,63). Sum of RGB (Red+Green+Blue) = 215+38+63=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7263F is #28D9C0. Grayscale: #5D5D5D. Windows color (decimal): -2677185 or 4138711. OLE color: 4138711.

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

Color convert

RGB 215 38 63 -
CMYK 0 0.82 0.71 0.16
HSL 351.53º 0.7% 0.5% -
HSV(B) 351.53º 0.82% 0.84% -
XYZ 29.61 16.19 6.27 -
YUV 93.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 215 38 63 0 0.82 0.71 0.16 351.53 0.7 0.5
Hex D7 26 3F 0 52 47 10 160 46 32
Octal 327 46 77 0 122 107 20 540 106 62
Binary 11010111 100110 111111 0 1010010 1000111 10000 101100000 1000110 110010

Color Harmonies of #D7263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7263F

Black with #D7263F

Text Example


Text Example

White with #D7263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7263F; }

 p { color: rgb(215,38,63); }

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

background-color css

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

 a { background-color: rgb(215,38,63); }

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

border-color css

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

 span { border-color: rgb(215,38,63); }

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