Html Css Color HEX #DA0847 Crimson

📋 copy color: '#DA0847'

red 218 ◦ green 8 ◦ blue 71

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

Shades of Crimson #DA0847

Tints of Crimson #DA0847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 73.4%
G = 2.69%
B = 23.91%

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

#DA0847 (or 0xDA0847) is known color: Crimson. HEX triplet: DA, 08 and 47. RGB value is (218,8,71). Sum of RGB (Red+Green+Blue) = 218+8+71=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0847 is #25F7B8. Grayscale: #4D4D4D. Windows color (decimal): -2488249 or 4655322. OLE color: 4655322.

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

Color convert

RGB 218 8 71 -
CMYK 0 0.96 0.67 0.15
HSL 342º 0.93% 0.44% -
HSV(B) 342º 0.96% 0.85% -
XYZ 30.14 15.53 7.37 -
YUV 77.97 124.07 227.88 -
System Red Green Blue C M Y K H S L
Decimal 218 8 71 0 0.96 0.67 0.15 342 0.93 0.44
Hex DA 8 47 0 60 43 F 156 5D 2C
Octal 332 10 107 0 140 103 17 526 135 54
Binary 11011010 1000 1000111 0 1100000 1000011 1111 101010110 1011101 101100

Color Harmonies of #DA0847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0847

Black with #DA0847

Text Example


Text Example

White with #DA0847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0847; }

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

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

background-color css

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

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

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

border-color css

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

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

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