Html Css Color HEX #DA263C Alizarin

📋 copy color: '#DA263C'

red 218 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #DA263C

Tints of Alizarin #DA263C

RGB

 RED value IS 218 (85.55% from 255) = 68.99%

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

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

R = 68.99%
G = 12.03%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA263C (or 0xDA263C) is known color: Alizarin. HEX triplet: DA, 26 and 3C. RGB value is (218,38,60). Sum of RGB (Red+Green+Blue) = 218+38+60=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA263C is #25D9C3. Grayscale: #5E5E5E. Windows color (decimal): -2480580 or 3942106. OLE color: 3942106.

HSL color Cylindrical-coordinate representation of color #DA263C: hue angle of 352.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA263C is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 60 -
CMYK 0 0.83 0.72 0.15
HSL 352.67º 0.71% 0.5% -
HSV(B) 352.67º 0.83% 0.85% -
XYZ 30.42 16.62 5.88 -
YUV 94.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 218 38 60 0 0.83 0.72 0.15 352.67 0.71 0.5
Hex DA 26 3C 0 53 48 F 161 47 32
Octal 332 46 74 0 123 110 17 541 107 62
Binary 11011010 100110 111100 0 1010011 1001000 1111 101100001 1000111 110010

Color Harmonies of #DA263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA263C

Black with #DA263C

Text Example


Text Example

White with #DA263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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