Html Css Color HEX #DA1343 Crimson

📋 copy color: '#DA1343'

red 218 ◦ green 19 ◦ blue 67

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

Shades of Crimson #DA1343

Tints of Crimson #DA1343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 71.71%
G = 6.25%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA1343 (or 0xDA1343) is known color: Crimson. HEX triplet: DA, 13 and 43. RGB value is (218,19,67). Sum of RGB (Red+Green+Blue) = 218+19+67=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1343 is #25ECBC. Grayscale: #535353. Windows color (decimal): -2485437 or 4395994. OLE color: 4395994.

HSL color Cylindrical-coordinate representation of color #DA1343: hue angle of 345.53º 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 #DA1343 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 67 -
CMYK 0 0.91 0.69 0.15
HSL 345.53º 0.84% 0.46% -
HSV(B) 345.53º 0.91% 0.85% -
XYZ 30.16 15.78 6.77 -
YUV 83.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 218 19 67 0 0.91 0.69 0.15 345.53 0.84 0.46
Hex DA 13 43 0 5B 45 F 15A 54 2E
Octal 332 23 103 0 133 105 17 532 124 56
Binary 11011010 10011 1000011 0 1011011 1000101 1111 101011010 1010100 101110

Color Harmonies of #DA1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1343

Black with #DA1343

Text Example


Text Example

White with #DA1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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