Html Css Color HEX #DA0539 Crimson

📋 copy color: '#DA0539'

red 218 ◦ green 5 ◦ blue 57

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

Shades of Crimson #DA0539

Tints of Crimson #DA0539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 77.86%
G = 1.79%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA0539 (or 0xDA0539) is known color: Crimson. HEX triplet: DA, 05 and 39. RGB value is (218,5,57). Sum of RGB (Red+Green+Blue) = 218+5+57=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0539 is #25FAC6. Grayscale: #4A4A4A. Windows color (decimal): -2489031 or 3737050. OLE color: 3737050.

HSL color Cylindrical-coordinate representation of color #DA0539: hue angle of 345.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0539 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 57 -
CMYK 0 0.98 0.74 0.15
HSL 345.35º 0.96% 0.44% -
HSV(B) 345.35º 0.98% 0.85% -
XYZ 29.71 15.31 5.26 -
YUV 74.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 218 5 57 0 0.98 0.74 0.15 345.35 0.96 0.44
Hex DA 5 39 0 62 4A F 159 60 2C
Octal 332 5 71 0 142 112 17 531 140 54
Binary 11011010 101 111001 0 1100010 1001010 1111 101011001 1100000 101100

Color Harmonies of #DA0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0539

Black with #DA0539

Text Example


Text Example

White with #DA0539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0539; }

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

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

background-color css

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

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

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

border-color css

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

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

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