Html Css Color HEX #DA1530 Crimson

📋 copy color: '#DA1530'

red 218 ◦ green 21 ◦ blue 48

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

Shades of Crimson #DA1530

Tints of Crimson #DA1530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 75.96%
G = 7.32%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA1530 (or 0xDA1530) is known color: Crimson. HEX triplet: DA, 15 and 30. RGB value is (218,21,48). Sum of RGB (Red+Green+Blue) = 218+21+48=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1530 is #25EACF. Grayscale: #535353. Windows color (decimal): -2484944 or 3151322. OLE color: 3151322.

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

Color convert

RGB 218 21 48 -
CMYK 0 0.90 0.78 0.15
HSL 351.78º 0.82% 0.47% -
HSV(B) 351.78º 0.9% 0.85% -
XYZ 29.72 15.66 4.25 -
YUV 82.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 218 21 48 0 0.90 0.78 0.15 351.78 0.82 0.47
Hex DA 15 30 0 5A 4E F 160 52 2F
Octal 332 25 60 0 132 116 17 540 122 57
Binary 11011010 10101 110000 0 1011010 1001110 1111 101100000 1010010 101111

Color Harmonies of #DA1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1530

Black with #DA1530

Text Example


Text Example

White with #DA1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1530; }

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

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

background-color css

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

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

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

border-color css

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

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

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