Html Css Color HEX #DA1543 Crimson

📋 copy color: '#DA1543'

red 218 ◦ green 21 ◦ blue 67

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

Shades of Crimson #DA1543

Tints of Crimson #DA1543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 71.24%
G = 6.86%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA1543 (or 0xDA1543) is known color: Crimson. HEX triplet: DA, 15 and 43. RGB value is (218,21,67). Sum of RGB (Red+Green+Blue) = 218+21+67=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1543 is #25EABC. Grayscale: #555555. Windows color (decimal): -2484925 or 4396506. OLE color: 4396506.

HSL color Cylindrical-coordinate representation of color #DA1543: hue angle of 345.99º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1543 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 67 -
CMYK 0 0.90 0.69 0.15
HSL 345.99º 0.82% 0.47% -
HSV(B) 345.99º 0.9% 0.85% -
XYZ 30.19 15.85 6.78 -
YUV 85.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 218 21 67 0 0.90 0.69 0.15 345.99 0.82 0.47
Hex DA 15 43 0 5A 45 F 15A 52 2F
Octal 332 25 103 0 132 105 17 532 122 57
Binary 11011010 10101 1000011 0 1011010 1000101 1111 101011010 1010010 101111

Color Harmonies of #DA1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1543

Black with #DA1543

Text Example


Text Example

White with #DA1543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1543; }

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

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

background-color css

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

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

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

border-color css

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

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

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