Html Css Color HEX #DA1239 Crimson

📋 copy color: '#DA1239'

red 218 ◦ green 18 ◦ blue 57

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

Shades of Crimson #DA1239

Tints of Crimson #DA1239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 74.4%
G = 6.14%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA1239 (or 0xDA1239) is known color: Crimson. HEX triplet: DA, 12 and 39. RGB value is (218,18,57). Sum of RGB (Red+Green+Blue) = 218+18+57=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1239 is #25EDC6. Grayscale: #525252. Windows color (decimal): -2485703 or 3740378. OLE color: 3740378.

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

Color convert

RGB 218 18 57 -
CMYK 0 0.92 0.74 0.15
HSL 348.3º 0.85% 0.46% -
HSV(B) 348.3º 0.92% 0.85% -
XYZ 29.87 15.63 5.31 -
YUV 82.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 218 18 57 0 0.92 0.74 0.15 348.3 0.85 0.46
Hex DA 12 39 0 5C 4A F 15C 55 2E
Octal 332 22 71 0 134 112 17 534 125 56
Binary 11011010 10010 111001 0 1011100 1001010 1111 101011100 1010101 101110

Color Harmonies of #DA1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1239

Black with #DA1239

Text Example


Text Example

White with #DA1239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1239; }

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

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

background-color css

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

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

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

border-color css

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

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

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