Html Css Color HEX #DA0D40 Crimson

📋 copy color: '#DA0D40'

red 218 ◦ green 13 ◦ blue 64

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

Shades of Crimson #DA0D40

Tints of Crimson #DA0D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 73.9%
G = 4.41%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA0D40 (or 0xDA0D40) is known color: Crimson. HEX triplet: DA, 0D and 40. RGB value is (218,13,64). Sum of RGB (Red+Green+Blue) = 218+13+64=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D40 is #25F2BF. Grayscale: #505050. Windows color (decimal): -2486976 or 4197850. OLE color: 4197850.

HSL color Cylindrical-coordinate representation of color #DA0D40: hue angle of 345.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D40 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 13 64 -
CMYK 0 0.94 0.71 0.15
HSL 345.07º 0.89% 0.45% -
HSV(B) 345.07º 0.94% 0.85% -
XYZ 29.98 15.56 6.27 -
YUV 80.11 118.92 226.35 -
System Red Green Blue C M Y K H S L
Decimal 218 13 64 0 0.94 0.71 0.15 345.07 0.89 0.45
Hex DA D 40 0 5E 47 F 159 59 2D
Octal 332 15 100 0 136 107 17 531 131 55
Binary 11011010 1101 1000000 0 1011110 1000111 1111 101011001 1011001 101101

Color Harmonies of #DA0D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D40

Black with #DA0D40

Text Example


Text Example

White with #DA0D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D40; }

 p { color: rgb(218,13,64); }

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

background-color css

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

 a { background-color: rgb(218,13,64); }

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

border-color css

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

 span { border-color: rgb(218,13,64); }

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