Html Css Color HEX #DA1142 Crimson

📋 copy color: '#DA1142'

red 218 ◦ green 17 ◦ blue 66

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

Shades of Crimson #DA1142

Tints of Crimson #DA1142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 72.43%
G = 5.65%
B = 21.93%

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

#DA1142 (or 0xDA1142) is known color: Crimson. HEX triplet: DA, 11 and 42. RGB value is (218,17,66). Sum of RGB (Red+Green+Blue) = 218+17+66=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1142 is #25EEBD. Grayscale: #525252. Windows color (decimal): -2485950 or 4329946. OLE color: 4329946.

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

Color convert

RGB 218 17 66 -
CMYK 0 0.92 0.70 0.15
HSL 345.37º 0.86% 0.46% -
HSV(B) 345.37º 0.92% 0.85% -
XYZ 30.1 15.7 6.6 -
YUV 82.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 218 17 66 0 0.92 0.70 0.15 345.37 0.86 0.46
Hex DA 11 42 0 5C 46 F 159 56 2E
Octal 332 21 102 0 134 106 17 531 126 56
Binary 11011010 10001 1000010 0 1011100 1000110 1111 101011001 1010110 101110

Color Harmonies of #DA1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1142

Black with #DA1142

Text Example


Text Example

White with #DA1142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1142; }

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

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

background-color css

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

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

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

border-color css

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

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

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