Html Css Color HEX #DA153F Crimson

📋 copy color: '#DA153F'

red 218 ◦ green 21 ◦ blue 63

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

Shades of Crimson #DA153F

Tints of Crimson #DA153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 72.19%
G = 6.95%
B = 20.86%

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

#DA153F (or 0xDA153F) is known color: Crimson. HEX triplet: DA, 15 and 3F. RGB value is (218,21,63). Sum of RGB (Red+Green+Blue) = 218+21+63=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA153F is #25EAC0. Grayscale: #545454. Windows color (decimal): -2484929 or 4134362. OLE color: 4134362.

HSL color Cylindrical-coordinate representation of color #DA153F: hue angle of 347.21º 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 #DA153F is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 63 -
CMYK 0 0.90 0.71 0.15
HSL 347.21º 0.82% 0.47% -
HSV(B) 347.21º 0.9% 0.85% -
XYZ 30.08 15.8 6.17 -
YUV 84.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 218 21 63 0 0.90 0.71 0.15 347.21 0.82 0.47
Hex DA 15 3F 0 5A 47 F 15B 52 2F
Octal 332 25 77 0 132 107 17 533 122 57
Binary 11011010 10101 111111 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #DA153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA153F

Black with #DA153F

Text Example


Text Example

White with #DA153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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