Html Css Color HEX #DA1539 Crimson

📋 copy color: '#DA1539'

red 218 ◦ green 21 ◦ blue 57

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

Shades of Crimson #DA1539

Tints of Crimson #DA1539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 73.65%
G = 7.09%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA1539 (or 0xDA1539) is known color: Crimson. HEX triplet: DA, 15 and 39. RGB value is (218,21,57). Sum of RGB (Red+Green+Blue) = 218+21+57=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1539 is #25EAC6. Grayscale: #545454. Windows color (decimal): -2484935 or 3741146. OLE color: 3741146.

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

Color convert

RGB 218 21 57 -
CMYK 0 0.90 0.74 0.15
HSL 349.04º 0.82% 0.47% -
HSV(B) 349.04º 0.9% 0.85% -
XYZ 29.92 15.74 5.33 -
YUV 84.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 218 21 57 0 0.90 0.74 0.15 349.04 0.82 0.47
Hex DA 15 39 0 5A 4A F 15D 52 2F
Octal 332 25 71 0 132 112 17 535 122 57
Binary 11011010 10101 111001 0 1011010 1001010 1111 101011101 1010010 101111

Color Harmonies of #DA1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1539

Black with #DA1539

Text Example


Text Example

White with #DA1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1539; }

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

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

background-color css

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

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

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

border-color css

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

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

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