Html Css Color HEX #DA0D47 Crimson

📋 copy color: '#DA0D47'

red 218 ◦ green 13 ◦ blue 71

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

Shades of Crimson #DA0D47

Tints of Crimson #DA0D47

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

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

R = 72.19%
G = 4.3%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0D47 (or 0xDA0D47) is known color: Crimson. HEX triplet: DA, 0D and 47. RGB value is (218,13,71). Sum of RGB (Red+Green+Blue) = 218+13+71=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D47 is #25F2B8. Grayscale: #505050. Windows color (decimal): -2486969 or 4656602. OLE color: 4656602.

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

Color convert

RGB 218 13 71 -
CMYK 0 0.94 0.67 0.15
HSL 343.02º 0.89% 0.45% -
HSV(B) 343.02º 0.94% 0.85% -
XYZ 30.19 15.65 7.39 -
YUV 80.91 122.42 225.78 -
System Red Green Blue C M Y K H S L
Decimal 218 13 71 0 0.94 0.67 0.15 343.02 0.89 0.45
Hex DA D 47 0 5E 43 F 157 59 2D
Octal 332 15 107 0 136 103 17 527 131 55
Binary 11011010 1101 1000111 0 1011110 1000011 1111 101010111 1011001 101101

Color Harmonies of #DA0D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D47

Black with #DA0D47

Text Example


Text Example

White with #DA0D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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