Html Css Color HEX #D6263F Alizarin

📋 copy color: '#D6263F'

red 214 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #D6263F

Tints of Alizarin #D6263F

RGB

 RED value IS 214 (83.98% from 255) = 67.94%

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

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

R = 67.94%
G = 12.06%
B = 20%

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

#D6263F (or 0xD6263F) is known color: Alizarin. HEX triplet: D6, 26 and 3F. RGB value is (214,38,63). Sum of RGB (Red+Green+Blue) = 214+38+63=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6263F is #29D9C0. Grayscale: #5D5D5D. Windows color (decimal): -2742721 or 4138710. OLE color: 4138710.

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

Color convert

RGB 214 38 63 -
CMYK 0 0.82 0.71 0.16
HSL 351.48º 0.7% 0.49% -
HSV(B) 351.48º 0.82% 0.84% -
XYZ 29.32 16.04 6.25 -
YUV 93.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 214 38 63 0 0.82 0.71 0.16 351.48 0.7 0.49
Hex D6 26 3F 0 52 47 10 15F 46 31
Octal 326 46 77 0 122 107 20 537 106 61
Binary 11010110 100110 111111 0 1010010 1000111 10000 101011111 1000110 110001

Color Harmonies of #D6263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6263F

Black with #D6263F

Text Example


Text Example

White with #D6263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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