Html Css Color HEX #DA1846 Crimson

📋 copy color: '#DA1846'

red 218 ◦ green 24 ◦ blue 70

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

Shades of Crimson #DA1846

Tints of Crimson #DA1846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 69.87%
G = 7.69%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1846 (or 0xDA1846) is known color: Crimson. HEX triplet: DA, 18 and 46. RGB value is (218,24,70). Sum of RGB (Red+Green+Blue) = 218+24+70=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1846 is #25E7B9. Grayscale: #575757. Windows color (decimal): -2484154 or 4593882. OLE color: 4593882.

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

Color convert

RGB 218 24 70 -
CMYK 0 0.89 0.68 0.15
HSL 345.77º 0.8% 0.47% -
HSV(B) 345.77º 0.89% 0.85% -
XYZ 30.35 16 7.28 -
YUV 87.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 218 24 70 0 0.89 0.68 0.15 345.77 0.8 0.47
Hex DA 18 46 0 59 44 F 15A 50 2F
Octal 332 30 106 0 131 104 17 532 120 57
Binary 11011010 11000 1000110 0 1011001 1000100 1111 101011010 1010000 101111

Color Harmonies of #DA1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1846

Black with #DA1846

Text Example


Text Example

White with #DA1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1846; }

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

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

background-color css

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

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

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

border-color css

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

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

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