Html Css Color HEX #DA1231 Crimson

📋 copy color: '#DA1231'

red 218 ◦ green 18 ◦ blue 49

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

Shades of Crimson #DA1231

Tints of Crimson #DA1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 76.49%
G = 6.32%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1231 (or 0xDA1231) is known color: Crimson. HEX triplet: DA, 12 and 31. RGB value is (218,18,49). Sum of RGB (Red+Green+Blue) = 218+18+49=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1231 is #25EDCE. Grayscale: #515151. Windows color (decimal): -2485711 or 3216090. OLE color: 3216090.

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

Color convert

RGB 218 18 49 -
CMYK 0 0.92 0.78 0.15
HSL 350.7º 0.85% 0.46% -
HSV(B) 350.7º 0.92% 0.85% -
XYZ 29.68 15.56 4.34 -
YUV 81.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 218 18 49 0 0.92 0.78 0.15 350.7 0.85 0.46
Hex DA 12 31 0 5C 4E F 15F 55 2E
Octal 332 22 61 0 134 116 17 537 125 56
Binary 11011010 10010 110001 0 1011100 1001110 1111 101011111 1010101 101110

Color Harmonies of #DA1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1231

Black with #DA1231

Text Example


Text Example

White with #DA1231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1231; }

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

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

background-color css

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

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

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

border-color css

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

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

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