Html Css Color HEX #DA1647 Crimson

📋 copy color: '#DA1647'

red 218 ◦ green 22 ◦ blue 71

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

Shades of Crimson #DA1647

Tints of Crimson #DA1647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

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

R = 70.1%
G = 7.07%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1647 (or 0xDA1647) is known color: Crimson. HEX triplet: DA, 16 and 47. RGB value is (218,22,71). Sum of RGB (Red+Green+Blue) = 218+22+71=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1647 is #25E9B8. Grayscale: #565656. Windows color (decimal): -2484665 or 4658906. OLE color: 4658906.

HSL color Cylindrical-coordinate representation of color #DA1647: hue angle of 345º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1647 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 71 -
CMYK 0 0.90 0.67 0.15
HSL 345º 0.82% 0.47% -
HSV(B) 345º 0.9% 0.85% -
XYZ 30.34 15.93 7.44 -
YUV 86.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 218 22 71 0 0.90 0.67 0.15 345 0.82 0.47
Hex DA 16 47 0 5A 43 F 159 52 2F
Octal 332 26 107 0 132 103 17 531 122 57
Binary 11011010 10110 1000111 0 1011010 1000011 1111 101011001 1010010 101111

Color Harmonies of #DA1647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1647

Black with #DA1647

Text Example


Text Example

White with #DA1647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1647; }

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

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

background-color css

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

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

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

border-color css

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

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

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