Html Css Color HEX #DA1842 Crimson

📋 copy color: '#DA1842'

red 218 ◦ green 24 ◦ blue 66

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

Shades of Crimson #DA1842

Tints of Crimson #DA1842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

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

R = 70.78%
G = 7.79%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA1842 (or 0xDA1842) is known color: Crimson. HEX triplet: DA, 18 and 42. RGB value is (218,24,66). Sum of RGB (Red+Green+Blue) = 218+24+66=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1842 is #25E7BD. Grayscale: #565656. Windows color (decimal): -2484158 or 4331738. OLE color: 4331738.

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

Color convert

RGB 218 24 66 -
CMYK 0 0.89 0.70 0.15
HSL 347.01º 0.8% 0.47% -
HSV(B) 347.01º 0.89% 0.85% -
XYZ 30.22 15.95 6.64 -
YUV 86.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 218 24 66 0 0.89 0.70 0.15 347.01 0.8 0.47
Hex DA 18 42 0 59 46 F 15B 50 2F
Octal 332 30 102 0 131 106 17 533 120 57
Binary 11011010 11000 1000010 0 1011001 1000110 1111 101011011 1010000 101111

Color Harmonies of #DA1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1842

Black with #DA1842

Text Example


Text Example

White with #DA1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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