Html Css Color HEX #DA2042 Crimson

📋 copy color: '#DA2042'

red 218 ◦ green 32 ◦ blue 66

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

Shades of Crimson #DA2042

Tints of Crimson #DA2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 68.99%
G = 10.13%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA2042 (or 0xDA2042) is known color: Crimson. HEX triplet: DA, 20 and 42. RGB value is (218,32,66). Sum of RGB (Red+Green+Blue) = 218+32+66=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2042 is #25DFBD. Grayscale: #5B5B5B. Windows color (decimal): -2482110 or 4333786. OLE color: 4333786.

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

Color convert

RGB 218 32 66 -
CMYK 0 0.85 0.70 0.15
HSL 349.03º 0.74% 0.49% -
HSV(B) 349.03º 0.85% 0.85% -
XYZ 30.41 16.33 6.7 -
YUV 91.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 218 32 66 0 0.85 0.70 0.15 349.03 0.74 0.49
Hex DA 20 42 0 55 46 F 15D 4A 31
Octal 332 40 102 0 125 106 17 535 112 61
Binary 11011010 100000 1000010 0 1010101 1000110 1111 101011101 1001010 110001

Color Harmonies of #DA2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2042

Black with #DA2042

Text Example


Text Example

White with #DA2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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