Html Css Color HEX #DA1648 Crimson

📋 copy color: '#DA1648'

red 218 ◦ green 22 ◦ blue 72

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

Shades of Crimson #DA1648

Tints of Crimson #DA1648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 69.87%
G = 7.05%
B = 23.08%

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

#DA1648 (or 0xDA1648) is known color: Crimson. HEX triplet: DA, 16 and 48. RGB value is (218,22,72). Sum of RGB (Red+Green+Blue) = 218+22+72=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1648 is #25E9B7. Grayscale: #565656. Windows color (decimal): -2484664 or 4724442. OLE color: 4724442.

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

Color convert

RGB 218 22 72 -
CMYK 0 0.90 0.67 0.15
HSL 344.69º 0.82% 0.47% -
HSV(B) 344.69º 0.9% 0.85% -
XYZ 30.37 15.95 7.61 -
YUV 86.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 218 22 72 0 0.90 0.67 0.15 344.69 0.82 0.47
Hex DA 16 48 0 5A 43 F 159 52 2F
Octal 332 26 110 0 132 103 17 531 122 57
Binary 11011010 10110 1001000 0 1011010 1000011 1111 101011001 1010010 101111

Color Harmonies of #DA1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1648

Black with #DA1648

Text Example


Text Example

White with #DA1648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1648; }

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

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

background-color css

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

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

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

border-color css

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

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

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