Html Css Color HEX #DA0746 Crimson

📋 copy color: '#DA0746'

red 218 ◦ green 7 ◦ blue 70

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

Shades of Crimson #DA0746

Tints of Crimson #DA0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 73.9%
G = 2.37%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA0746 (or 0xDA0746) is known color: Crimson. HEX triplet: DA, 07 and 46. RGB value is (218,7,70). Sum of RGB (Red+Green+Blue) = 218+7+70=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0746 is #25F8B9. Grayscale: #4D4D4D. Windows color (decimal): -2488506 or 4589530. OLE color: 4589530.

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

Color convert

RGB 218 7 70 -
CMYK 0 0.97 0.68 0.15
HSL 342.09º 0.94% 0.44% -
HSV(B) 342.09º 0.97% 0.85% -
XYZ 30.09 15.5 7.2 -
YUV 77.27 123.9 228.38 -
System Red Green Blue C M Y K H S L
Decimal 218 7 70 0 0.97 0.68 0.15 342.09 0.94 0.44
Hex DA 7 46 0 61 44 F 156 5E 2C
Octal 332 7 106 0 141 104 17 526 136 54
Binary 11011010 111 1000110 0 1100001 1000100 1111 101010110 1011110 101100

Color Harmonies of #DA0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0746

Black with #DA0746

Text Example


Text Example

White with #DA0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0746; }

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

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

background-color css

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

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

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

border-color css

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

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

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