Html Css Color HEX #DA0531 Crimson

📋 copy color: '#DA0531'

red 218 ◦ green 5 ◦ blue 49

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

Shades of Crimson #DA0531

Tints of Crimson #DA0531

RGB

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

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

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

R = 80.15%
G = 1.84%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA0531 (or 0xDA0531) is known color: Crimson. HEX triplet: DA, 05 and 31. RGB value is (218,5,49). Sum of RGB (Red+Green+Blue) = 218+5+49=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0531 is #25FACE. Grayscale: #494949. Windows color (decimal): -2489039 or 3212762. OLE color: 3212762.

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

Color convert

RGB 218 5 49 -
CMYK 0 0.98 0.78 0.15
HSL 347.61º 0.96% 0.44% -
HSV(B) 347.61º 0.98% 0.85% -
XYZ 29.52 15.24 4.29 -
YUV 73.7 114.07 230.92 -
System Red Green Blue C M Y K H S L
Decimal 218 5 49 0 0.98 0.78 0.15 347.61 0.96 0.44
Hex DA 5 31 0 62 4E F 15C 60 2C
Octal 332 5 61 0 142 116 17 534 140 54
Binary 11011010 101 110001 0 1100010 1001110 1111 101011100 1100000 101100

Color Harmonies of #DA0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0531

Black with #DA0531

Text Example


Text Example

White with #DA0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0531; }

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

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

background-color css

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

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

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

border-color css

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

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

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