Html Css Color HEX #DA2147 Crimson

📋 copy color: '#DA2147'

red 218 ◦ green 33 ◦ blue 71

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

Shades of Crimson #DA2147

Tints of Crimson #DA2147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 67.7%
G = 10.25%
B = 22.05%

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

#DA2147 (or 0xDA2147) is known color: Crimson. HEX triplet: DA, 21 and 47. RGB value is (218,33,71). Sum of RGB (Red+Green+Blue) = 218+33+71=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2147 is #25DEB8. Grayscale: #5C5C5C. Windows color (decimal): -2481849 or 4661722. OLE color: 4661722.

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

Color convert

RGB 218 33 71 -
CMYK 0 0.85 0.67 0.15
HSL 347.68º 0.74% 0.49% -
HSV(B) 347.68º 0.85% 0.85% -
XYZ 30.59 16.45 7.52 -
YUV 92.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 218 33 71 0 0.85 0.67 0.15 347.68 0.74 0.49
Hex DA 21 47 0 55 43 F 15C 4A 31
Octal 332 41 107 0 125 103 17 534 112 61
Binary 11011010 100001 1000111 0 1010101 1000011 1111 101011100 1001010 110001

Color Harmonies of #DA2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2147

Black with #DA2147

Text Example


Text Example

White with #DA2147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2147; }

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

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

background-color css

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

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

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

border-color css

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

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

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