Html Css Color HEX #DA1747 Crimson

📋 copy color: '#DA1747'

red 218 ◦ green 23 ◦ blue 71

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

Shades of Crimson #DA1747

Tints of Crimson #DA1747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 69.87%
G = 7.37%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1747 (or 0xDA1747) is known color: Crimson. HEX triplet: DA, 17 and 47. RGB value is (218,23,71). Sum of RGB (Red+Green+Blue) = 218+23+71=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1747 is #25E8B8. Grayscale: #565656. Windows color (decimal): -2484409 or 4659162. OLE color: 4659162.

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

Color convert

RGB 218 23 71 -
CMYK 0 0.89 0.67 0.15
HSL 345.23º 0.81% 0.47% -
HSV(B) 345.23º 0.89% 0.85% -
XYZ 30.36 15.97 7.44 -
YUV 86.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 218 23 71 0 0.89 0.67 0.15 345.23 0.81 0.47
Hex DA 17 47 0 59 43 F 159 51 2F
Octal 332 27 107 0 131 103 17 531 121 57
Binary 11011010 10111 1000111 0 1011001 1000011 1111 101011001 1010001 101111

Color Harmonies of #DA1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1747

Black with #DA1747

Text Example


Text Example

White with #DA1747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1747; }

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

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

background-color css

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

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

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

border-color css

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

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

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