Html Css Color HEX #DA1339 Crimson

📋 copy color: '#DA1339'

red 218 ◦ green 19 ◦ blue 57

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

Shades of Crimson #DA1339

Tints of Crimson #DA1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 74.15%
G = 6.46%
B = 19.39%

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

#DA1339 (or 0xDA1339) is known color: Crimson. HEX triplet: DA, 13 and 39. RGB value is (218,19,57). Sum of RGB (Red+Green+Blue) = 218+19+57=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1339 is #25ECC6. Grayscale: #525252. Windows color (decimal): -2485447 or 3740634. OLE color: 3740634.

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

Color convert

RGB 218 19 57 -
CMYK 0 0.91 0.74 0.15
HSL 348.54º 0.84% 0.46% -
HSV(B) 348.54º 0.91% 0.85% -
XYZ 29.88 15.67 5.32 -
YUV 82.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 218 19 57 0 0.91 0.74 0.15 348.54 0.84 0.46
Hex DA 13 39 0 5B 4A F 15D 54 2E
Octal 332 23 71 0 133 112 17 535 124 56
Binary 11011010 10011 111001 0 1011011 1001010 1111 101011101 1010100 101110

Color Harmonies of #DA1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1339

Black with #DA1339

Text Example


Text Example

White with #DA1339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1339; }

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

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

background-color css

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

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

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

border-color css

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

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

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