Html Css Color HEX #DA1532 Crimson

📋 copy color: '#DA1532'

red 218 ◦ green 21 ◦ blue 50

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

Shades of Crimson #DA1532

Tints of Crimson #DA1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 75.43%
G = 7.27%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA1532 (or 0xDA1532) is known color: Crimson. HEX triplet: DA, 15 and 32. RGB value is (218,21,50). Sum of RGB (Red+Green+Blue) = 218+21+50=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1532 is #25EACD. Grayscale: #535353. Windows color (decimal): -2484942 or 3282394. OLE color: 3282394.

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

Color convert

RGB 218 21 50 -
CMYK 0 0.90 0.77 0.15
HSL 351.17º 0.82% 0.47% -
HSV(B) 351.17º 0.9% 0.85% -
XYZ 29.76 15.67 4.47 -
YUV 83.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 218 21 50 0 0.90 0.77 0.15 351.17 0.82 0.47
Hex DA 15 32 0 5A 4D F 15F 52 2F
Octal 332 25 62 0 132 115 17 537 122 57
Binary 11011010 10101 110010 0 1011010 1001101 1111 101011111 1010010 101111

Color Harmonies of #DA1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1532

Black with #DA1532

Text Example


Text Example

White with #DA1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1532; }

 p { color: rgb(218,21,50); }

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

background-color css

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

 a { background-color: rgb(218,21,50); }

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

border-color css

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

 span { border-color: rgb(218,21,50); }

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