Html Css Color HEX #DA1945 Crimson

📋 copy color: '#DA1945'

red 218 ◦ green 25 ◦ blue 69

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

Shades of Crimson #DA1945

Tints of Crimson #DA1945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

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

R = 69.87%
G = 8.01%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA1945 (or 0xDA1945) is known color: Crimson. HEX triplet: DA, 19 and 45. RGB value is (218,25,69). Sum of RGB (Red+Green+Blue) = 218+25+69=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1945 is #25E6BA. Grayscale: #575757. Windows color (decimal): -2483899 or 4528602. OLE color: 4528602.

HSL color Cylindrical-coordinate representation of color #DA1945: hue angle of 346.32º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1945 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 69 -
CMYK 0 0.89 0.68 0.15
HSL 346.32º 0.79% 0.48% -
HSV(B) 346.32º 0.89% 0.85% -
XYZ 30.34 16.03 7.13 -
YUV 87.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 218 25 69 0 0.89 0.68 0.15 346.32 0.79 0.48
Hex DA 19 45 0 59 44 F 15A 4F 30
Octal 332 31 105 0 131 104 17 532 117 60
Binary 11011010 11001 1000101 0 1011001 1000100 1111 101011010 1001111 110000

Color Harmonies of #DA1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1945

Black with #DA1945

Text Example


Text Example

White with #DA1945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1945; }

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

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

background-color css

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

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

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

border-color css

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

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

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