Html Css Color HEX #DA1141 Crimson

📋 copy color: '#DA1141'

red 218 ◦ green 17 ◦ blue 65

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

Shades of Crimson #DA1141

Tints of Crimson #DA1141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

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

R = 72.67%
G = 5.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA1141 (or 0xDA1141) is known color: Crimson. HEX triplet: DA, 11 and 41. RGB value is (218,17,65). Sum of RGB (Red+Green+Blue) = 218+17+65=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1141 is #25EEBE. Grayscale: #525252. Windows color (decimal): -2485951 or 4264410. OLE color: 4264410.

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

Color convert

RGB 218 17 65 -
CMYK 0 0.92 0.70 0.15
HSL 345.67º 0.86% 0.46% -
HSV(B) 345.67º 0.92% 0.85% -
XYZ 30.07 15.69 6.44 -
YUV 82.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 218 17 65 0 0.92 0.70 0.15 345.67 0.86 0.46
Hex DA 11 41 0 5C 46 F 15A 56 2E
Octal 332 21 101 0 134 106 17 532 126 56
Binary 11011010 10001 1000001 0 1011100 1000110 1111 101011010 1010110 101110

Color Harmonies of #DA1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1141

Black with #DA1141

Text Example


Text Example

White with #DA1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1141; }

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

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

background-color css

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

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

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

border-color css

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

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

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