Html Css Color HEX #DA1039 Crimson

📋 copy color: '#DA1039'

red 218 ◦ green 16 ◦ blue 57

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

Shades of Crimson #DA1039

Tints of Crimson #DA1039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 57 (22.66% from 255) = 19.59%

R = 74.91%
G = 5.5%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA1039 (or 0xDA1039) is known color: Crimson. HEX triplet: DA, 10 and 39. RGB value is (218,16,57). Sum of RGB (Red+Green+Blue) = 218+16+57=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1039 is #25EFC6. Grayscale: #515151. Windows color (decimal): -2486215 or 3739866. OLE color: 3739866.

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

Color convert

RGB 218 16 57 -
CMYK 0 0.93 0.74 0.15
HSL 347.82º 0.86% 0.46% -
HSV(B) 347.82º 0.93% 0.85% -
XYZ 29.84 15.57 5.3 -
YUV 81.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 218 16 57 0 0.93 0.74 0.15 347.82 0.86 0.46
Hex DA 10 39 0 5D 4A F 15C 56 2E
Octal 332 20 71 0 135 112 17 534 126 56
Binary 11011010 10000 111001 0 1011101 1001010 1111 101011100 1010110 101110

Color Harmonies of #DA1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1039

Black with #DA1039

Text Example


Text Example

White with #DA1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1039; }

 p { color: rgb(218,16,57); }

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

background-color css

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

 a { background-color: rgb(218,16,57); }

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

border-color css

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

 span { border-color: rgb(218,16,57); }

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