Html Css Color HEX #DF1A39 Crimson

📋 copy color: '#DF1A39'

red 223 ◦ green 26 ◦ blue 57

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

Shades of Crimson #DF1A39

Tints of Crimson #DF1A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 72.88%
G = 8.5%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF1A39 (or 0xDF1A39) is known color: Crimson. HEX triplet: DF, 1A and 39. RGB value is (223,26,57). Sum of RGB (Red+Green+Blue) = 223+26+57=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A39 is #20E5C6. Grayscale: #585858. Windows color (decimal): -2155975 or 3742431. OLE color: 3742431.

HSL color Cylindrical-coordinate representation of color #DF1A39: hue angle of 350.56º 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 #DF1A39 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 57 -
CMYK 0 0.88 0.74 0.13
HSL 350.56º 0.79% 0.49% -
HSV(B) 350.56º 0.88% 0.87% -
XYZ 31.54 16.72 5.44 -
YUV 88.44 110.27 223.98 -
System Red Green Blue C M Y K H S L
Decimal 223 26 57 0 0.88 0.74 0.13 350.56 0.79 0.49
Hex DF 1A 39 0 58 4A D 15F 4F 31
Octal 337 32 71 0 130 112 15 537 117 61
Binary 11011111 11010 111001 0 1011000 1001010 1101 101011111 1001111 110001

Color Harmonies of #DF1A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A39

Black with #DF1A39

Text Example


Text Example

White with #DF1A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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