Html Css Color HEX #DA1742 Crimson

📋 copy color: '#DA1742'

red 218 ◦ green 23 ◦ blue 66

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

Shades of Crimson #DA1742

Tints of Crimson #DA1742

RGB

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

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

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

R = 71.01%
G = 7.49%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA1742 (or 0xDA1742) is known color: Crimson. HEX triplet: DA, 17 and 42. RGB value is (218,23,66). Sum of RGB (Red+Green+Blue) = 218+23+66=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1742 is #25E8BD. Grayscale: #565656. Windows color (decimal): -2484414 or 4331482. OLE color: 4331482.

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

Color convert

RGB 218 23 66 -
CMYK 0 0.89 0.70 0.15
HSL 346.77º 0.81% 0.47% -
HSV(B) 346.77º 0.89% 0.85% -
XYZ 30.2 15.91 6.63 -
YUV 86.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 218 23 66 0 0.89 0.70 0.15 346.77 0.81 0.47
Hex DA 17 42 0 59 46 F 15B 51 2F
Octal 332 27 102 0 131 106 17 533 121 57
Binary 11011010 10111 1000010 0 1011001 1000110 1111 101011011 1010001 101111

Color Harmonies of #DA1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1742

Black with #DA1742

Text Example


Text Example

White with #DA1742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1742; }

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

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

background-color css

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

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

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

border-color css

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

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

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