Html Css Color HEX #DA1636 Crimson

📋 copy color: '#DA1636'

red 218 ◦ green 22 ◦ blue 54

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

Shades of Crimson #DA1636

Tints of Crimson #DA1636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 74.15%
G = 7.48%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA1636 (or 0xDA1636) is known color: Crimson. HEX triplet: DA, 16 and 36. RGB value is (218,22,54). Sum of RGB (Red+Green+Blue) = 218+22+54=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1636 is #25E9C9. Grayscale: #545454. Windows color (decimal): -2484682 or 3544794. OLE color: 3544794.

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

Color convert

RGB 218 22 54 -
CMYK 0 0.90 0.75 0.15
HSL 350.2º 0.82% 0.47% -
HSV(B) 350.2º 0.9% 0.85% -
XYZ 29.87 15.75 4.96 -
YUV 84.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 218 22 54 0 0.90 0.75 0.15 350.2 0.82 0.47
Hex DA 16 36 0 5A 4B F 15E 52 2F
Octal 332 26 66 0 132 113 17 536 122 57
Binary 11011010 10110 110110 0 1011010 1001011 1111 101011110 1010010 101111

Color Harmonies of #DA1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1636

Black with #DA1636

Text Example


Text Example

White with #DA1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1636; }

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

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

background-color css

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

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

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

border-color css

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

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

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