Html Css Color HEX #DA0541 Crimson

📋 copy color: '#DA0541'

red 218 ◦ green 5 ◦ blue 65

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

Shades of Crimson #DA0541

Tints of Crimson #DA0541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 75.69%
G = 1.74%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA0541 (or 0xDA0541) is known color: Crimson. HEX triplet: DA, 05 and 41. RGB value is (218,5,65). Sum of RGB (Red+Green+Blue) = 218+5+65=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0541 is #25FABE. Grayscale: #4B4B4B. Windows color (decimal): -2489023 or 4261338. OLE color: 4261338.

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

Color convert

RGB 218 5 65 -
CMYK 0 0.98 0.70 0.15
HSL 343.1º 0.96% 0.44% -
HSV(B) 343.1º 0.98% 0.85% -
XYZ 29.92 15.4 6.4 -
YUV 75.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 218 5 65 0 0.98 0.70 0.15 343.1 0.96 0.44
Hex DA 5 41 0 62 46 F 157 60 2C
Octal 332 5 101 0 142 106 17 527 140 54
Binary 11011010 101 1000001 0 1100010 1000110 1111 101010111 1100000 101100

Color Harmonies of #DA0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0541

Black with #DA0541

Text Example


Text Example

White with #DA0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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