Html Css Color HEX #DA1746 Crimson

📋 copy color: '#DA1746'

red 218 ◦ green 23 ◦ blue 70

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

Shades of Crimson #DA1746

Tints of Crimson #DA1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 70.1%
G = 7.4%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1746 (or 0xDA1746) is known color: Crimson. HEX triplet: DA, 17 and 46. RGB value is (218,23,70). Sum of RGB (Red+Green+Blue) = 218+23+70=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1746 is #25E8B9. Grayscale: #565656. Windows color (decimal): -2484410 or 4593626. OLE color: 4593626.

HSL color Cylindrical-coordinate representation of color #DA1746: hue angle of 345.54º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1746 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 70 -
CMYK 0 0.89 0.68 0.15
HSL 345.54º 0.81% 0.47% -
HSV(B) 345.54º 0.89% 0.85% -
XYZ 30.33 15.96 7.28 -
YUV 86.66 118.6 221.68 -
System Red Green Blue C M Y K H S L
Decimal 218 23 70 0 0.89 0.68 0.15 345.54 0.81 0.47
Hex DA 17 46 0 59 44 F 15A 51 2F
Octal 332 27 106 0 131 104 17 532 121 57
Binary 11011010 10111 1000110 0 1011001 1000100 1111 101011010 1010001 101111

Color Harmonies of #DA1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1746

Black with #DA1746

Text Example


Text Example

White with #DA1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1746; }

 p { color: rgb(218,23,70); }

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

background-color css

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

 a { background-color: rgb(218,23,70); }

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

border-color css

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

 span { border-color: rgb(218,23,70); }

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