Html Css Color HEX #DA1731 Crimson

📋 copy color: '#DA1731'

red 218 ◦ green 23 ◦ blue 49

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

Shades of Crimson #DA1731

Tints of Crimson #DA1731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 75.17%
G = 7.93%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1731 (or 0xDA1731) is known color: Crimson. HEX triplet: DA, 17 and 31. RGB value is (218,23,49). Sum of RGB (Red+Green+Blue) = 218+23+49=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1731 is #25E8CE. Grayscale: #545454. Windows color (decimal): -2484431 or 3217370. OLE color: 3217370.

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

Color convert

RGB 218 23 49 -
CMYK 0 0.89 0.78 0.15
HSL 352º 0.81% 0.47% -
HSV(B) 352º 0.89% 0.85% -
XYZ 29.77 15.74 4.37 -
YUV 84.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 218 23 49 0 0.89 0.78 0.15 352 0.81 0.47
Hex DA 17 31 0 59 4E F 160 51 2F
Octal 332 27 61 0 131 116 17 540 121 57
Binary 11011010 10111 110001 0 1011001 1001110 1111 101100000 1010001 101111

Color Harmonies of #DA1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1731

Black with #DA1731

Text Example


Text Example

White with #DA1731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1731; }

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

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

background-color css

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

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

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

border-color css

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

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

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