Html Css Color HEX #DA1531 Crimson

📋 copy color: '#DA1531'

red 218 ◦ green 21 ◦ blue 49

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

Shades of Crimson #DA1531

Tints of Crimson #DA1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.29%

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 75.69%
G = 7.29%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1531 (or 0xDA1531) is known color: Crimson. HEX triplet: DA, 15 and 31. RGB value is (218,21,49). Sum of RGB (Red+Green+Blue) = 218+21+49=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1531 is #25EACE. Grayscale: #535353. Windows color (decimal): -2484943 or 3216858. OLE color: 3216858.

HSL color Cylindrical-coordinate representation of color #DA1531: hue angle of 351.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1531 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 49 -
CMYK 0 0.90 0.78 0.15
HSL 351.47º 0.82% 0.47% -
HSV(B) 351.47º 0.9% 0.85% -
XYZ 29.74 15.66 4.36 -
YUV 83.1 108.77 224.22 -
System Red Green Blue C M Y K H S L
Decimal 218 21 49 0 0.90 0.78 0.15 351.47 0.82 0.47
Hex DA 15 31 0 5A 4E F 15F 52 2F
Octal 332 25 61 0 132 116 17 537 122 57
Binary 11011010 10101 110001 0 1011010 1001110 1111 101011111 1010010 101111

Color Harmonies of #DA1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1531

Black with #DA1531

Text Example


Text Example

White with #DA1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1531; }

 p { color: rgb(218,21,49); }

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

background-color css

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

 a { background-color: rgb(218,21,49); }

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

border-color css

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

 span { border-color: rgb(218,21,49); }

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