Html Css Color HEX #DA2242 Crimson

📋 copy color: '#DA2242'

red 218 ◦ green 34 ◦ blue 66

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

Shades of Crimson #DA2242

Tints of Crimson #DA2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 68.55%
G = 10.69%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA2242 (or 0xDA2242) is known color: Crimson. HEX triplet: DA, 22 and 42. RGB value is (218,34,66). Sum of RGB (Red+Green+Blue) = 218+34+66=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2242 is #25DDBD. Grayscale: #5C5C5C. Windows color (decimal): -2481598 or 4334298. OLE color: 4334298.

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

Color convert

RGB 218 34 66 -
CMYK 0 0.84 0.70 0.15
HSL 349.57º 0.73% 0.49% -
HSV(B) 349.57º 0.84% 0.85% -
XYZ 30.47 16.44 6.72 -
YUV 92.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 218 34 66 0 0.84 0.70 0.15 349.57 0.73 0.49
Hex DA 22 42 0 54 46 F 15E 49 31
Octal 332 42 102 0 124 106 17 536 111 61
Binary 11011010 100010 1000010 0 1010100 1000110 1111 101011110 1001001 110001

Color Harmonies of #DA2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2242

Black with #DA2242

Text Example


Text Example

White with #DA2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2242; }

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

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

background-color css

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

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

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

border-color css

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

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

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