Html Css Color HEX #DF1A49 Crimson

📋 copy color: '#DF1A49'

red 223 ◦ green 26 ◦ blue 73

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

Shades of Crimson #DF1A49

Tints of Crimson #DF1A49

RGB

 RED value IS 223 (87.5% from 255) = 69.25%

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 73 (28.91% from 255) = 22.67%

R = 69.25%
G = 8.07%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF1A49 (or 0xDF1A49) is known color: Crimson. HEX triplet: DF, 1A and 49. RGB value is (223,26,73). Sum of RGB (Red+Green+Blue) = 223+26+73=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A49 is #20E5B6. Grayscale: #5A5A5A. Windows color (decimal): -2155959 or 4791007. OLE color: 4791007.

HSL color Cylindrical-coordinate representation of color #DF1A49: hue angle of 345.69º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A49 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 73 -
CMYK 0 0.88 0.67 0.13
HSL 345.69º 0.79% 0.49% -
HSV(B) 345.69º 0.88% 0.87% -
XYZ 32 16.91 7.88 -
YUV 90.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 223 26 73 0 0.88 0.67 0.13 345.69 0.79 0.49
Hex DF 1A 49 0 58 43 D 15A 4F 31
Octal 337 32 111 0 130 103 15 532 117 61
Binary 11011111 11010 1001001 0 1011000 1000011 1101 101011010 1001111 110001

Color Harmonies of #DF1A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A49

Black with #DF1A49

Text Example


Text Example

White with #DF1A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A49; }

 p { color: rgb(223,26,73); }

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

background-color css

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

 a { background-color: rgb(223,26,73); }

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

border-color css

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

 span { border-color: rgb(223,26,73); }

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