Html Css Color HEX #D6263A Alizarin

📋 copy color: '#D6263A'

red 214 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #D6263A

Tints of Alizarin #D6263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 69.03%
G = 12.26%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6263A (or 0xD6263A) is known color: Alizarin. HEX triplet: D6, 26 and 3A. RGB value is (214,38,58). Sum of RGB (Red+Green+Blue) = 214+38+58=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6263A is #29D9C5. Grayscale: #5D5D5D. Windows color (decimal): -2742726 or 3811030. OLE color: 3811030.

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

Color convert

RGB 214 38 58 -
CMYK 0 0.82 0.73 0.16
HSL 353.18º 0.7% 0.49% -
HSV(B) 353.18º 0.82% 0.84% -
XYZ 29.19 15.99 5.55 -
YUV 92.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 214 38 58 0 0.82 0.73 0.16 353.18 0.7 0.49
Hex D6 26 3A 0 52 49 10 161 46 31
Octal 326 46 72 0 122 111 20 541 106 61
Binary 11010110 100110 111010 0 1010010 1001001 10000 101100001 1000110 110001

Color Harmonies of #D6263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6263A

Black with #D6263A

Text Example


Text Example

White with #D6263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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