Html Css Color HEX #DA262F Alizarin

📋 copy color: '#DA262F'

red 218 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #DA262F

Tints of Alizarin #DA262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 71.95%
G = 12.54%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA262F (or 0xDA262F) is known color: Alizarin. HEX triplet: DA, 26 and 2F. RGB value is (218,38,47). Sum of RGB (Red+Green+Blue) = 218+38+47=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA262F is #25D9D0. Grayscale: #5C5C5C. Windows color (decimal): -2480593 or 3090138. OLE color: 3090138.

HSL color Cylindrical-coordinate representation of color #DA262F: hue angle of 357º 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 #DA262F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 47 -
CMYK 0 0.83 0.78 0.15
HSL 357º 0.71% 0.5% -
HSV(B) 357º 0.83% 0.85% -
XYZ 30.12 16.5 4.29 -
YUV 92.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 218 38 47 0 0.83 0.78 0.15 357 0.71 0.5
Hex DA 26 2F 0 53 4E F 165 47 32
Octal 332 46 57 0 123 116 17 545 107 62
Binary 11011010 100110 101111 0 1010011 1001110 1111 101100101 1000111 110010

Color Harmonies of #DA262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA262F

Black with #DA262F

Text Example


Text Example

White with #DA262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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