Html Css Color HEX #D8263C Alizarin

📋 copy color: '#D8263C'

red 216 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #D8263C

Tints of Alizarin #D8263C

RGB

 RED value IS 216 (84.77% from 255) = 68.79%

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

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

R = 68.79%
G = 12.1%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8263C (or 0xD8263C) is known color: Alizarin. HEX triplet: D8, 26 and 3C. RGB value is (216,38,60). Sum of RGB (Red+Green+Blue) = 216+38+60=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8263C is #27D9C3. Grayscale: #5D5D5D. Windows color (decimal): -2611652 or 3942104. OLE color: 3942104.

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

Color convert

RGB 216 38 60 -
CMYK 0 0.82 0.72 0.15
HSL 352.58º 0.7% 0.5% -
HSV(B) 352.58º 0.82% 0.85% -
XYZ 29.83 16.31 5.85 -
YUV 93.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 216 38 60 0 0.82 0.72 0.15 352.58 0.7 0.5
Hex D8 26 3C 0 52 48 F 161 46 32
Octal 330 46 74 0 122 110 17 541 106 62
Binary 11011000 100110 111100 0 1010010 1001000 1111 101100001 1000110 110010

Color Harmonies of #D8263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8263C

Black with #D8263C

Text Example


Text Example

White with #D8263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8263C; }

 p { color: rgb(216,38,60); }

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

background-color css

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

 a { background-color: rgb(216,38,60); }

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

border-color css

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

 span { border-color: rgb(216,38,60); }

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