Html Css Color HEX #DA1031 Crimson

📋 copy color: '#DA1031'

red 218 ◦ green 16 ◦ blue 49

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

Shades of Crimson #DA1031

Tints of Crimson #DA1031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 77.03%
G = 5.65%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1031 (or 0xDA1031) is known color: Crimson. HEX triplet: DA, 10 and 31. RGB value is (218,16,49). Sum of RGB (Red+Green+Blue) = 218+16+49=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1031 is #25EFCE. Grayscale: #505050. Windows color (decimal): -2486223 or 3215578. OLE color: 3215578.

HSL color Cylindrical-coordinate representation of color #DA1031: hue angle of 350.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1031 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 16 49 -
CMYK 0 0.93 0.78 0.15
HSL 350.2º 0.86% 0.46% -
HSV(B) 350.2º 0.93% 0.85% -
XYZ 29.65 15.5 4.33 -
YUV 80.16 110.42 226.32 -
System Red Green Blue C M Y K H S L
Decimal 218 16 49 0 0.93 0.78 0.15 350.2 0.86 0.46
Hex DA 10 31 0 5D 4E F 15E 56 2E
Octal 332 20 61 0 135 116 17 536 126 56
Binary 11011010 10000 110001 0 1011101 1001110 1111 101011110 1010110 101110

Color Harmonies of #DA1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1031

Black with #DA1031

Text Example


Text Example

White with #DA1031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1031; }

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

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

background-color css

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

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

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

border-color css

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

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

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