Html Css Color HEX #DA0841 Crimson

📋 copy color: '#DA0841'

red 218 ◦ green 8 ◦ blue 65

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

Shades of Crimson #DA0841

Tints of Crimson #DA0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 74.91%
G = 2.75%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA0841 (or 0xDA0841) is known color: Crimson. HEX triplet: DA, 08 and 41. RGB value is (218,8,65). Sum of RGB (Red+Green+Blue) = 218+8+65=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0841 is #25F7BE. Grayscale: #4D4D4D. Windows color (decimal): -2488255 or 4262106. OLE color: 4262106.

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

Color convert

RGB 218 8 65 -
CMYK 0 0.96 0.70 0.15
HSL 343.71º 0.93% 0.44% -
HSV(B) 343.71º 0.96% 0.85% -
XYZ 29.95 15.46 6.41 -
YUV 77.29 121.07 228.37 -
System Red Green Blue C M Y K H S L
Decimal 218 8 65 0 0.96 0.70 0.15 343.71 0.93 0.44
Hex DA 8 41 0 60 46 F 158 5D 2C
Octal 332 10 101 0 140 106 17 530 135 54
Binary 11011010 1000 1000001 0 1100000 1000110 1111 101011000 1011101 101100

Color Harmonies of #DA0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0841

Black with #DA0841

Text Example


Text Example

White with #DA0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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