Html Css Color HEX #DA1641 Crimson

📋 copy color: '#DA1641'

red 218 ◦ green 22 ◦ blue 65

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

Shades of Crimson #DA1641

Tints of Crimson #DA1641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 71.48%
G = 7.21%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA1641 (or 0xDA1641) is known color: Crimson. HEX triplet: DA, 16 and 41. RGB value is (218,22,65). Sum of RGB (Red+Green+Blue) = 218+22+65=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1641 is #25E9BE. Grayscale: #555555. Windows color (decimal): -2484671 or 4265690. OLE color: 4265690.

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

Color convert

RGB 218 22 65 -
CMYK 0 0.90 0.70 0.15
HSL 346.84º 0.82% 0.47% -
HSV(B) 346.84º 0.9% 0.85% -
XYZ 30.15 15.86 6.47 -
YUV 85.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 218 22 65 0 0.90 0.70 0.15 346.84 0.82 0.47
Hex DA 16 41 0 5A 46 F 15B 52 2F
Octal 332 26 101 0 132 106 17 533 122 57
Binary 11011010 10110 1000001 0 1011010 1000110 1111 101011011 1010010 101111

Color Harmonies of #DA1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1641

Black with #DA1641

Text Example


Text Example

White with #DA1641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1641; }

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

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

background-color css

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

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

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

border-color css

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

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

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