Html Css Color HEX #DA1835 Crimson

📋 copy color: '#DA1835'

red 218 ◦ green 24 ◦ blue 53

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

Shades of Crimson #DA1835

Tints of Crimson #DA1835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.97%

R = 73.9%
G = 8.14%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA1835 (or 0xDA1835) is known color: Crimson. HEX triplet: DA, 18 and 35. RGB value is (218,24,53). Sum of RGB (Red+Green+Blue) = 218+24+53=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1835 is #25E7CA. Grayscale: #555555. Windows color (decimal): -2484171 or 3479770. OLE color: 3479770.

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

Color convert

RGB 218 24 53 -
CMYK 0 0.89 0.76 0.15
HSL 351.03º 0.8% 0.47% -
HSV(B) 351.03º 0.89% 0.85% -
XYZ 29.88 15.82 4.85 -
YUV 85.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 218 24 53 0 0.89 0.76 0.15 351.03 0.8 0.47
Hex DA 18 35 0 59 4C F 15F 50 2F
Octal 332 30 65 0 131 114 17 537 120 57
Binary 11011010 11000 110101 0 1011001 1001100 1111 101011111 1010000 101111

Color Harmonies of #DA1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1835

Black with #DA1835

Text Example


Text Example

White with #DA1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1835; }

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

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

background-color css

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

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

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

border-color css

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

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

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