Html Css Color HEX #DA0947 Crimson

📋 copy color: '#DA0947'

red 218 ◦ green 9 ◦ blue 71

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

Shades of Crimson #DA0947

Tints of Crimson #DA0947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

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

R = 73.15%
G = 3.02%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0947 (or 0xDA0947) is known color: Crimson. HEX triplet: DA, 09 and 47. RGB value is (218,9,71). Sum of RGB (Red+Green+Blue) = 218+9+71=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0947 is #25F6B8. Grayscale: #4E4E4E. Windows color (decimal): -2487993 or 4655578. OLE color: 4655578.

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

Color convert

RGB 218 9 71 -
CMYK 0 0.96 0.67 0.15
HSL 342.2º 0.92% 0.45% -
HSV(B) 342.2º 0.96% 0.85% -
XYZ 30.15 15.56 7.37 -
YUV 78.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 218 9 71 0 0.96 0.67 0.15 342.2 0.92 0.45
Hex DA 9 47 0 60 43 F 156 5C 2D
Octal 332 11 107 0 140 103 17 526 134 55
Binary 11011010 1001 1000111 0 1100000 1000011 1111 101010110 1011100 101101

Color Harmonies of #DA0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0947

Black with #DA0947

Text Example


Text Example

White with #DA0947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0947; }

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

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

background-color css

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

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

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

border-color css

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

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

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