Html Css Color HEX #DA1837 Crimson

📋 copy color: '#DA1837'

red 218 ◦ green 24 ◦ blue 55

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

Shades of Crimson #DA1837

Tints of Crimson #DA1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 73.4%
G = 8.08%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA1837 (or 0xDA1837) is known color: Crimson. HEX triplet: DA, 18 and 37. RGB value is (218,24,55). Sum of RGB (Red+Green+Blue) = 218+24+55=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1837 is #25E7C8. Grayscale: #555555. Windows color (decimal): -2484169 or 3610842. OLE color: 3610842.

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

Color convert

RGB 218 24 55 -
CMYK 0 0.89 0.75 0.15
HSL 350.41º 0.8% 0.47% -
HSV(B) 350.41º 0.89% 0.85% -
XYZ 29.93 15.83 5.09 -
YUV 85.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 218 24 55 0 0.89 0.75 0.15 350.41 0.8 0.47
Hex DA 18 37 0 59 4B F 15E 50 2F
Octal 332 30 67 0 131 113 17 536 120 57
Binary 11011010 11000 110111 0 1011001 1001011 1111 101011110 1010000 101111

Color Harmonies of #DA1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1837

Black with #DA1837

Text Example


Text Example

White with #DA1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1837; }

 p { color: rgb(218,24,55); }

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

background-color css

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

 a { background-color: rgb(218,24,55); }

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

border-color css

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

 span { border-color: rgb(218,24,55); }

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