Html Css Color HEX #DA1331 Crimson

📋 copy color: '#DA1331'

red 218 ◦ green 19 ◦ blue 49

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

Shades of Crimson #DA1331

Tints of Crimson #DA1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 76.22%
G = 6.64%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1331 (or 0xDA1331) is known color: Crimson. HEX triplet: DA, 13 and 31. RGB value is (218,19,49). Sum of RGB (Red+Green+Blue) = 218+19+49=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1331 is #25ECCE. Grayscale: #515151. Windows color (decimal): -2485455 or 3216346. OLE color: 3216346.

HSL color Cylindrical-coordinate representation of color #DA1331: hue angle of 350.95º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1331 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 49 -
CMYK 0 0.91 0.78 0.15
HSL 350.95º 0.84% 0.46% -
HSV(B) 350.95º 0.91% 0.85% -
XYZ 29.7 15.59 4.35 -
YUV 81.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 218 19 49 0 0.91 0.78 0.15 350.95 0.84 0.46
Hex DA 13 31 0 5B 4E F 15F 54 2E
Octal 332 23 61 0 133 116 17 537 124 56
Binary 11011010 10011 110001 0 1011011 1001110 1111 101011111 1010100 101110

Color Harmonies of #DA1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1331

Black with #DA1331

Text Example


Text Example

White with #DA1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1331; }

 p { color: rgb(218,19,49); }

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

background-color css

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

 a { background-color: rgb(218,19,49); }

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

border-color css

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

 span { border-color: rgb(218,19,49); }

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