Html Css Color HEX #DA0241 Crimson

📋 copy color: '#DA0241'

red 218 ◦ green 2 ◦ blue 65

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

Shades of Crimson #DA0241

Tints of Crimson #DA0241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 76.49%
G = 0.7%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA0241 (or 0xDA0241) is known color: Crimson. HEX triplet: DA, 02 and 41. RGB value is (218,2,65). Sum of RGB (Red+Green+Blue) = 218+2+65=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0241 is #25FDBE. Grayscale: #494949. Windows color (decimal): -2489791 or 4260570. OLE color: 4260570.

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

Color convert

RGB 218 2 65 -
CMYK 0 0.99 0.70 0.15
HSL 342.5º 0.98% 0.43% -
HSV(B) 342.5º 0.99% 0.85% -
XYZ 29.89 15.33 6.38 -
YUV 73.77 123.06 230.88 -
System Red Green Blue C M Y K H S L
Decimal 218 2 65 0 0.99 0.70 0.15 342.5 0.98 0.43
Hex DA 2 41 0 63 46 F 156 62 2B
Octal 332 2 101 0 143 106 17 526 142 53
Binary 11011010 10 1000001 0 1100011 1000110 1111 101010110 1100010 101011

Color Harmonies of #DA0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0241

Black with #DA0241

Text Example


Text Example

White with #DA0241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0241; }

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

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

background-color css

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

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

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

border-color css

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

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

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