Html Css Color HEX #D6263E Alizarin

📋 copy color: '#D6263E'

red 214 ◦ green 38 ◦ blue 62

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

Shades of Alizarin #D6263E

Tints of Alizarin #D6263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 68.15%
G = 12.1%
B = 19.75%

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

#D6263E (or 0xD6263E) is known color: Alizarin. HEX triplet: D6, 26 and 3E. RGB value is (214,38,62). Sum of RGB (Red+Green+Blue) = 214+38+62=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6263E is #29D9C1. Grayscale: #5D5D5D. Windows color (decimal): -2742722 or 4073174. OLE color: 4073174.

HSL color Cylindrical-coordinate representation of color #D6263E: hue angle of 351.82º 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 #D6263E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 62 -
CMYK 0 0.82 0.71 0.16
HSL 351.82º 0.7% 0.49% -
HSV(B) 351.82º 0.82% 0.84% -
XYZ 29.29 16.03 6.11 -
YUV 93.36 110.31 214.05 -
System Red Green Blue C M Y K H S L
Decimal 214 38 62 0 0.82 0.71 0.16 351.82 0.7 0.49
Hex D6 26 3E 0 52 47 10 160 46 31
Octal 326 46 76 0 122 107 20 540 106 61
Binary 11010110 100110 111110 0 1010010 1000111 10000 101100000 1000110 110001

Color Harmonies of #D6263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6263E

Black with #D6263E

Text Example


Text Example

White with #D6263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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