Html Css Color HEX #DA2243 Crimson

📋 copy color: '#DA2243'

red 218 ◦ green 34 ◦ blue 67

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

Shades of Crimson #DA2243

Tints of Crimson #DA2243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21%

R = 68.34%
G = 10.66%
B = 21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA2243 (or 0xDA2243) is known color: Crimson. HEX triplet: DA, 22 and 43. RGB value is (218,34,67). Sum of RGB (Red+Green+Blue) = 218+34+67=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2243 is #25DDBC. Grayscale: #5C5C5C. Windows color (decimal): -2481597 or 4399834. OLE color: 4399834.

HSL color Cylindrical-coordinate representation of color #DA2243: hue angle of 349.24º 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 #DA2243 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 34 67 -
CMYK 0 0.84 0.69 0.15
HSL 349.24º 0.73% 0.49% -
HSV(B) 349.24º 0.84% 0.85% -
XYZ 30.5 16.45 6.88 -
YUV 92.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 218 34 67 0 0.84 0.69 0.15 349.24 0.73 0.49
Hex DA 22 43 0 54 45 F 15D 49 31
Octal 332 42 103 0 124 105 17 535 111 61
Binary 11011010 100010 1000011 0 1010100 1000101 1111 101011101 1001001 110001

Color Harmonies of #DA2243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2243

Black with #DA2243

Text Example


Text Example

White with #DA2243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2243; }

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

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

background-color css

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

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

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

border-color css

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

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

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