Html Css Color HEX #DA1540 Crimson

📋 copy color: '#DA1540'

red 218 ◦ green 21 ◦ blue 64

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

Shades of Crimson #DA1540

Tints of Crimson #DA1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 71.95%
G = 6.93%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA1540 (or 0xDA1540) is known color: Crimson. HEX triplet: DA, 15 and 40. RGB value is (218,21,64). Sum of RGB (Red+Green+Blue) = 218+21+64=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1540 is #25EABF. Grayscale: #545454. Windows color (decimal): -2484928 or 4199898. OLE color: 4199898.

HSL color Cylindrical-coordinate representation of color #DA1540: hue angle of 346.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1540 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 64 -
CMYK 0 0.90 0.71 0.15
HSL 346.9º 0.82% 0.47% -
HSV(B) 346.9º 0.9% 0.85% -
XYZ 30.11 15.81 6.32 -
YUV 84.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 218 21 64 0 0.90 0.71 0.15 346.9 0.82 0.47
Hex DA 15 40 0 5A 47 F 15B 52 2F
Octal 332 25 100 0 132 107 17 533 122 57
Binary 11011010 10101 1000000 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #DA1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1540

Black with #DA1540

Text Example


Text Example

White with #DA1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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