Html Css Color HEX #D5263C Alizarin

📋 copy color: '#D5263C'

red 213 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #D5263C

Tints of Alizarin #D5263C

RGB

 RED value IS 213 (83.59% from 255) = 68.49%

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

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

R = 68.49%
G = 12.22%
B = 19.29%

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

#D5263C (or 0xD5263C) is known color: Alizarin. HEX triplet: D5, 26 and 3C. RGB value is (213,38,60). Sum of RGB (Red+Green+Blue) = 213+38+60=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5263C is #2AD9C3. Grayscale: #5C5C5C. Windows color (decimal): -2808260 or 3942101. OLE color: 3942101.

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

Color convert

RGB 213 38 60 -
CMYK 0 0.82 0.72 0.16
HSL 352.46º 0.7% 0.49% -
HSV(B) 352.46º 0.82% 0.84% -
XYZ 28.95 15.86 5.81 -
YUV 92.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 213 38 60 0 0.82 0.72 0.16 352.46 0.7 0.49
Hex D5 26 3C 0 52 48 10 160 46 31
Octal 325 46 74 0 122 110 20 540 106 61
Binary 11010101 100110 111100 0 1010010 1001000 10000 101100000 1000110 110001

Color Harmonies of #D5263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5263C

Black with #D5263C

Text Example


Text Example

White with #D5263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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