Html Css Color HEX #DA0647 Crimson

📋 copy color: '#DA0647'

red 218 ◦ green 6 ◦ blue 71

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

Shades of Crimson #DA0647

Tints of Crimson #DA0647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 73.9%
G = 2.03%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0647 (or 0xDA0647) is known color: Crimson. HEX triplet: DA, 06 and 47. RGB value is (218,6,71). Sum of RGB (Red+Green+Blue) = 218+6+71=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0647 is #25F9B8. Grayscale: #4C4C4C. Windows color (decimal): -2488761 or 4654810. OLE color: 4654810.

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

Color convert

RGB 218 6 71 -
CMYK 0 0.97 0.67 0.15
HSL 341.6º 0.95% 0.44% -
HSV(B) 341.6º 0.97% 0.85% -
XYZ 30.12 15.49 7.36 -
YUV 76.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 218 6 71 0 0.97 0.67 0.15 341.6 0.95 0.44
Hex DA 6 47 0 61 43 F 156 5F 2C
Octal 332 6 107 0 141 103 17 526 137 54
Binary 11011010 110 1000111 0 1100001 1000011 1111 101010110 1011111 101100

Color Harmonies of #DA0647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0647

Black with #DA0647

Text Example


Text Example

White with #DA0647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0647; }

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

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

background-color css

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

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

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

border-color css

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

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

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