Html Css Color HEX #D6263C Alizarin

📋 copy color: '#D6263C'

red 214 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #D6263C

Tints of Alizarin #D6263C

RGB

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

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

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

R = 68.59%
G = 12.18%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6263C (or 0xD6263C) is known color: Alizarin. HEX triplet: D6, 26 and 3C. RGB value is (214,38,60). Sum of RGB (Red+Green+Blue) = 214+38+60=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6263C is #29D9C3. Grayscale: #5D5D5D. Windows color (decimal): -2742724 or 3942102. OLE color: 3942102.

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

Color convert

RGB 214 38 60 -
CMYK 0 0.82 0.72 0.16
HSL 352.5º 0.7% 0.49% -
HSV(B) 352.5º 0.82% 0.84% -
XYZ 29.24 16.01 5.82 -
YUV 93.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 214 38 60 0 0.82 0.72 0.16 352.5 0.7 0.49
Hex D6 26 3C 0 52 48 10 160 46 31
Octal 326 46 74 0 122 110 20 540 106 61
Binary 11010110 100110 111100 0 1010010 1001000 10000 101100000 1000110 110001

Color Harmonies of #D6263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6263C

Black with #D6263C

Text Example


Text Example

White with #D6263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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