Html Css Color HEX #DA1034 Crimson

📋 copy color: '#DA1034'

red 218 ◦ green 16 ◦ blue 52

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

Shades of Crimson #DA1034

Tints of Crimson #DA1034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 76.22%
G = 5.59%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA1034 (or 0xDA1034) is known color: Crimson. HEX triplet: DA, 10 and 34. RGB value is (218,16,52). Sum of RGB (Red+Green+Blue) = 218+16+52=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1034 is #25EFCB. Grayscale: #505050. Windows color (decimal): -2486220 or 3412186. OLE color: 3412186.

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

Color convert

RGB 218 16 52 -
CMYK 0 0.93 0.76 0.15
HSL 349.31º 0.86% 0.46% -
HSV(B) 349.31º 0.93% 0.85% -
XYZ 29.72 15.52 4.68 -
YUV 80.5 111.92 226.07 -
System Red Green Blue C M Y K H S L
Decimal 218 16 52 0 0.93 0.76 0.15 349.31 0.86 0.46
Hex DA 10 34 0 5D 4C F 15D 56 2E
Octal 332 20 64 0 135 114 17 535 126 56
Binary 11011010 10000 110100 0 1011101 1001100 1111 101011101 1010110 101110

Color Harmonies of #DA1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1034

Black with #DA1034

Text Example


Text Example

White with #DA1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1034; }

 p { color: rgb(218,16,52); }

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

background-color css

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

 a { background-color: rgb(218,16,52); }

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

border-color css

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

 span { border-color: rgb(218,16,52); }

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