Html Css Color HEX #DA1936 Crimson

📋 copy color: '#DA1936'

red 218 ◦ green 25 ◦ blue 54

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

Shades of Crimson #DA1936

Tints of Crimson #DA1936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 73.4%
G = 8.42%
B = 18.18%

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

#DA1936 (or 0xDA1936) is known color: Crimson. HEX triplet: DA, 19 and 36. RGB value is (218,25,54). Sum of RGB (Red+Green+Blue) = 218+25+54=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1936 is #25E6C9. Grayscale: #565656. Windows color (decimal): -2483914 or 3545562. OLE color: 3545562.

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

Color convert

RGB 218 25 54 -
CMYK 0 0.89 0.75 0.15
HSL 350.98º 0.79% 0.48% -
HSV(B) 350.98º 0.89% 0.85% -
XYZ 29.93 15.87 4.98 -
YUV 86.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 218 25 54 0 0.89 0.75 0.15 350.98 0.79 0.48
Hex DA 19 36 0 59 4B F 15F 4F 30
Octal 332 31 66 0 131 113 17 537 117 60
Binary 11011010 11001 110110 0 1011001 1001011 1111 101011111 1001111 110000

Color Harmonies of #DA1936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1936

Black with #DA1936

Text Example


Text Example

White with #DA1936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1936; }

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

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

background-color css

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

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

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

border-color css

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

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

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