Html Css Color HEX #DA0946 Crimson

📋 copy color: '#DA0946'

red 218 ◦ green 9 ◦ blue 70

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

Shades of Crimson #DA0946

Tints of Crimson #DA0946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 73.4%
G = 3.03%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA0946 (or 0xDA0946) is known color: Crimson. HEX triplet: DA, 09 and 46. RGB value is (218,9,70). Sum of RGB (Red+Green+Blue) = 218+9+70=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0946 is #25F6B9. Grayscale: #4E4E4E. Windows color (decimal): -2487994 or 4590042. OLE color: 4590042.

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

Color convert

RGB 218 9 70 -
CMYK 0 0.96 0.68 0.15
HSL 342.49º 0.92% 0.45% -
HSV(B) 342.49º 0.96% 0.85% -
XYZ 30.12 15.54 7.21 -
YUV 78.45 123.24 227.54 -
System Red Green Blue C M Y K H S L
Decimal 218 9 70 0 0.96 0.68 0.15 342.49 0.92 0.45
Hex DA 9 46 0 60 44 F 156 5C 2D
Octal 332 11 106 0 140 104 17 526 134 55
Binary 11011010 1001 1000110 0 1100000 1000100 1111 101010110 1011100 101101

Color Harmonies of #DA0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0946

Black with #DA0946

Text Example


Text Example

White with #DA0946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0946; }

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

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

background-color css

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

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

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

border-color css

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

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

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