Html Css Color HEX #DA2048 Crimson

📋 copy color: '#DA2048'

red 218 ◦ green 32 ◦ blue 72

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

Shades of Crimson #DA2048

Tints of Crimson #DA2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 67.7%
G = 9.94%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2048 (or 0xDA2048) is known color: Crimson. HEX triplet: DA, 20 and 48. RGB value is (218,32,72). Sum of RGB (Red+Green+Blue) = 218+32+72=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2048 is #25DFB7. Grayscale: #5C5C5C. Windows color (decimal): -2482104 or 4727002. OLE color: 4727002.

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

Color convert

RGB 218 32 72 -
CMYK 0 0.85 0.67 0.15
HSL 347.1º 0.74% 0.49% -
HSV(B) 347.1º 0.85% 0.85% -
XYZ 30.6 16.41 7.68 -
YUV 92.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 218 32 72 0 0.85 0.67 0.15 347.1 0.74 0.49
Hex DA 20 48 0 55 43 F 15B 4A 31
Octal 332 40 110 0 125 103 17 533 112 61
Binary 11011010 100000 1001000 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #DA2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2048

Black with #DA2048

Text Example


Text Example

White with #DA2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2048; }

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

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

background-color css

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

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

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

border-color css

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

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

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