Html Css Color HEX #DA1346 Crimson

📋 copy color: '#DA1346'

red 218 ◦ green 19 ◦ blue 70

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

Shades of Crimson #DA1346

Tints of Crimson #DA1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

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

R = 71.01%
G = 6.19%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1346 (or 0xDA1346) is known color: Crimson. HEX triplet: DA, 13 and 46. RGB value is (218,19,70). Sum of RGB (Red+Green+Blue) = 218+19+70=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1346 is #25ECB9. Grayscale: #545454. Windows color (decimal): -2485434 or 4592602. OLE color: 4592602.

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

Color convert

RGB 218 19 70 -
CMYK 0 0.91 0.68 0.15
HSL 344.62º 0.84% 0.46% -
HSV(B) 344.62º 0.91% 0.85% -
XYZ 30.25 15.81 7.25 -
YUV 84.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 218 19 70 0 0.91 0.68 0.15 344.62 0.84 0.46
Hex DA 13 46 0 5B 44 F 159 54 2E
Octal 332 23 106 0 133 104 17 531 124 56
Binary 11011010 10011 1000110 0 1011011 1000100 1111 101011001 1010100 101110

Color Harmonies of #DA1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1346

Black with #DA1346

Text Example


Text Example

White with #DA1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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