Html Css Color HEX #DA1439 Crimson

📋 copy color: '#DA1439'

red 218 ◦ green 20 ◦ blue 57

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

Shades of Crimson #DA1439

Tints of Crimson #DA1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 73.9%
G = 6.78%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA1439 (or 0xDA1439) is known color: Crimson. HEX triplet: DA, 14 and 39. RGB value is (218,20,57). Sum of RGB (Red+Green+Blue) = 218+20+57=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1439 is #25EBC6. Grayscale: #535353. Windows color (decimal): -2485191 or 3740890. OLE color: 3740890.

HSL color Cylindrical-coordinate representation of color #DA1439: hue angle of 348.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1439 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 57 -
CMYK 0 0.91 0.74 0.15
HSL 348.79º 0.83% 0.47% -
HSV(B) 348.79º 0.91% 0.85% -
XYZ 29.9 15.7 5.33 -
YUV 83.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 218 20 57 0 0.91 0.74 0.15 348.79 0.83 0.47
Hex DA 14 39 0 5B 4A F 15D 53 2F
Octal 332 24 71 0 133 112 17 535 123 57
Binary 11011010 10100 111001 0 1011011 1001010 1111 101011101 1010011 101111

Color Harmonies of #DA1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1439

Black with #DA1439

Text Example


Text Example

White with #DA1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1439; }

 p { color: rgb(218,20,57); }

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

background-color css

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

 a { background-color: rgb(218,20,57); }

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

border-color css

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

 span { border-color: rgb(218,20,57); }

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