Html Css Color HEX #DA0543 Crimson

📋 copy color: '#DA0543'

red 218 ◦ green 5 ◦ blue 67

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

Shades of Crimson #DA0543

Tints of Crimson #DA0543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 75.17%
G = 1.72%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA0543 (or 0xDA0543) is known color: Crimson. HEX triplet: DA, 05 and 43. RGB value is (218,5,67). Sum of RGB (Red+Green+Blue) = 218+5+67=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0543 is #25FABC. Grayscale: #4B4B4B. Windows color (decimal): -2489021 or 4392410. OLE color: 4392410.

HSL color Cylindrical-coordinate representation of color #DA0543: hue angle of 342.54º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0543 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 67 -
CMYK 0 0.98 0.69 0.15
HSL 342.54º 0.96% 0.44% -
HSV(B) 342.54º 0.98% 0.85% -
XYZ 29.98 15.42 6.71 -
YUV 75.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 218 5 67 0 0.98 0.69 0.15 342.54 0.96 0.44
Hex DA 5 43 0 62 45 F 157 60 2C
Octal 332 5 103 0 142 105 17 527 140 54
Binary 11011010 101 1000011 0 1100010 1000101 1111 101010111 1100000 101100

Color Harmonies of #DA0543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0543

Black with #DA0543

Text Example


Text Example

White with #DA0543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0543; }

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

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

background-color css

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

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

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

border-color css

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

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

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