Html Css Color HEX #DA1631 Crimson

📋 copy color: '#DA1631'

red 218 ◦ green 22 ◦ blue 49

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

Shades of Crimson #DA1631

Tints of Crimson #DA1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

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

R = 75.43%
G = 7.61%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1631 (or 0xDA1631) is known color: Crimson. HEX triplet: DA, 16 and 31. RGB value is (218,22,49). Sum of RGB (Red+Green+Blue) = 218+22+49=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1631 is #25E9CE. Grayscale: #535353. Windows color (decimal): -2484687 or 3217114. OLE color: 3217114.

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

Color convert

RGB 218 22 49 -
CMYK 0 0.90 0.78 0.15
HSL 351.73º 0.82% 0.47% -
HSV(B) 351.73º 0.9% 0.85% -
XYZ 29.75 15.7 4.37 -
YUV 83.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 218 22 49 0 0.90 0.78 0.15 351.73 0.82 0.47
Hex DA 16 31 0 5A 4E F 160 52 2F
Octal 332 26 61 0 132 116 17 540 122 57
Binary 11011010 10110 110001 0 1011010 1001110 1111 101100000 1010010 101111

Color Harmonies of #DA1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1631

Black with #DA1631

Text Example


Text Example

White with #DA1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1631; }

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

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

background-color css

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

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

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

border-color css

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

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

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