Html Css Color HEX #DA0041 Crimson

📋 copy color: '#DA0041'

red 218 ◦ green 0 ◦ blue 65

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

Shades of Crimson #DA0041

Tints of Crimson #DA0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.03%
G = 0%
B = 22.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA0041 (or 0xDA0041) is known color: Crimson. HEX triplet: DA, 00 and 41. RGB value is (218,0,65). Sum of RGB (Red+Green+Blue) = 218+0+65=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0041 is #25FFBE. Grayscale: #484848. Windows color (decimal): -2490303 or 4260058. OLE color: 4260058.

HSL color Cylindrical-coordinate representation of color #DA0041: hue angle of 342.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0041 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 65 -
CMYK 0 1 0.70 0.15
HSL 342.11º 1% 0.43% -
HSV(B) 342.11º 1% 0.85% -
XYZ 29.87 15.29 6.38 -
YUV 72.59 123.72 231.71 -
System Red Green Blue C M Y K H S L
Decimal 218 0 65 0 1 0.70 0.15 342.11 1 0.43
Hex DA 0 41 0 64 46 F 156 64 2B
Octal 332 0 101 0 144 106 17 526 144 53
Binary 11011010 0 1000001 0 1100100 1000110 1111 101010110 1100100 101011

Color Harmonies of #DA0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0041

Black with #DA0041

Text Example


Text Example

White with #DA0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0041; }

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

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

background-color css

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

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

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

border-color css

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

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

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