Html Css Color HEX #DA1935 Crimson

📋 copy color: '#DA1935'

red 218 ◦ green 25 ◦ blue 53

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

Shades of Crimson #DA1935

Tints of Crimson #DA1935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 73.65%
G = 8.45%
B = 17.91%

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

#DA1935 (or 0xDA1935) is known color: Crimson. HEX triplet: DA, 19 and 35. RGB value is (218,25,53). Sum of RGB (Red+Green+Blue) = 218+25+53=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1935 is #25E6CA. Grayscale: #555555. Windows color (decimal): -2483915 or 3480026. OLE color: 3480026.

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

Color convert

RGB 218 25 53 -
CMYK 0 0.89 0.76 0.15
HSL 351.3º 0.79% 0.48% -
HSV(B) 351.3º 0.89% 0.85% -
XYZ 29.9 15.86 4.85 -
YUV 85.9 109.44 222.22 -
System Red Green Blue C M Y K H S L
Decimal 218 25 53 0 0.89 0.76 0.15 351.3 0.79 0.48
Hex DA 19 35 0 59 4C F 15F 4F 30
Octal 332 31 65 0 131 114 17 537 117 60
Binary 11011010 11001 110101 0 1011001 1001100 1111 101011111 1001111 110000

Color Harmonies of #DA1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1935

Black with #DA1935

Text Example


Text Example

White with #DA1935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1935; }

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

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

background-color css

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

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

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

border-color css

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

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

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