Html Css Color HEX #DA1242 Crimson

📋 copy color: '#DA1242'

red 218 ◦ green 18 ◦ blue 66

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

Shades of Crimson #DA1242

Tints of Crimson #DA1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 72.19%
G = 5.96%
B = 21.85%

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

#DA1242 (or 0xDA1242) is known color: Crimson. HEX triplet: DA, 12 and 42. RGB value is (218,18,66). Sum of RGB (Red+Green+Blue) = 218+18+66=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1242 is #25EDBD. Grayscale: #535353. Windows color (decimal): -2485694 or 4330202. OLE color: 4330202.

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

Color convert

RGB 218 18 66 -
CMYK 0 0.92 0.70 0.15
HSL 345.6º 0.85% 0.46% -
HSV(B) 345.6º 0.92% 0.85% -
XYZ 30.11 15.73 6.6 -
YUV 83.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 218 18 66 0 0.92 0.70 0.15 345.6 0.85 0.46
Hex DA 12 42 0 5C 46 F 15A 55 2E
Octal 332 22 102 0 134 106 17 532 125 56
Binary 11011010 10010 1000010 0 1011100 1000110 1111 101011010 1010101 101110

Color Harmonies of #DA1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1242

Black with #DA1242

Text Example


Text Example

White with #DA1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1242; }

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

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

background-color css

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

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

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

border-color css

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

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

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