Html Css Color HEX #DA1E42 Crimson

📋 copy color: '#DA1E42'

red 218 ◦ green 30 ◦ blue 66

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

Shades of Crimson #DA1E42

Tints of Crimson #DA1E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.55%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 69.43%
G = 9.55%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA1E42 (or 0xDA1E42) is known color: Crimson. HEX triplet: DA, 1E and 42. RGB value is (218,30,66). Sum of RGB (Red+Green+Blue) = 218+30+66=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1E42 is #25E1BD. Grayscale: #5A5A5A. Windows color (decimal): -2482622 or 4333274. OLE color: 4333274.

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

Color convert

RGB 218 30 66 -
CMYK 0 0.86 0.70 0.15
HSL 348.51º 0.76% 0.49% -
HSV(B) 348.51º 0.86% 0.85% -
XYZ 30.36 16.23 6.69 -
YUV 90.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 218 30 66 0 0.86 0.70 0.15 348.51 0.76 0.49
Hex DA 1E 42 0 56 46 F 15D 4C 31
Octal 332 36 102 0 126 106 17 535 114 61
Binary 11011010 11110 1000010 0 1010110 1000110 1111 101011101 1001100 110001

Color Harmonies of #DA1E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E42

Black with #DA1E42

Text Example


Text Example

White with #DA1E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E42; }

 p { color: rgb(218,30,66); }

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

background-color css

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

 a { background-color: rgb(218,30,66); }

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

border-color css

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

 span { border-color: rgb(218,30,66); }

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