Html Css Color HEX #DA1545 Crimson

📋 copy color: '#DA1545'

red 218 ◦ green 21 ◦ blue 69

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

Shades of Crimson #DA1545

Tints of Crimson #DA1545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 70.78%
G = 6.82%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1545 (or 0xDA1545) is known color: Crimson. HEX triplet: DA, 15 and 45. RGB value is (218,21,69). Sum of RGB (Red+Green+Blue) = 218+21+69=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1545 is #25EABA. Grayscale: #555555. Windows color (decimal): -2484923 or 4527578. OLE color: 4527578.

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

Color convert

RGB 218 21 69 -
CMYK 0 0.90 0.68 0.15
HSL 345.38º 0.82% 0.47% -
HSV(B) 345.38º 0.9% 0.85% -
XYZ 30.26 15.87 7.1 -
YUV 85.38 118.77 222.6 -
System Red Green Blue C M Y K H S L
Decimal 218 21 69 0 0.90 0.68 0.15 345.38 0.82 0.47
Hex DA 15 45 0 5A 44 F 159 52 2F
Octal 332 25 105 0 132 104 17 531 122 57
Binary 11011010 10101 1000101 0 1011010 1000100 1111 101011001 1010010 101111

Color Harmonies of #DA1545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1545

Black with #DA1545

Text Example


Text Example

White with #DA1545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1545; }

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

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

background-color css

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

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

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

border-color css

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

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

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