Html Css Color HEX #DF0539 Crimson

📋 copy color: '#DF0539'

red 223 ◦ green 5 ◦ blue 57

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

Shades of Crimson #DF0539

Tints of Crimson #DF0539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 78.25%
G = 1.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF0539 (or 0xDF0539) is known color: Crimson. HEX triplet: DF, 05 and 39. RGB value is (223,5,57). Sum of RGB (Red+Green+Blue) = 223+5+57=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0539 is #20FAC6. Grayscale: #4C4C4C. Windows color (decimal): -2161351 or 3737055. OLE color: 3737055.

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

Color convert

RGB 223 5 57 -
CMYK 0 0.98 0.74 0.13
HSL 345.69º 0.96% 0.45% -
HSV(B) 345.69º 0.98% 0.87% -
XYZ 31.22 16.09 5.33 -
YUV 76.11 117.22 232.77 -
System Red Green Blue C M Y K H S L
Decimal 223 5 57 0 0.98 0.74 0.13 345.69 0.96 0.45
Hex DF 5 39 0 62 4A D 15A 60 2D
Octal 337 5 71 0 142 112 15 532 140 55
Binary 11011111 101 111001 0 1100010 1001010 1101 101011010 1100000 101101

Color Harmonies of #DF0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0539

Black with #DF0539

Text Example


Text Example

White with #DF0539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0539; }

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

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

background-color css

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

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

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

border-color css

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

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

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