Html Css Color HEX #DF0339 Crimson

📋 copy color: '#DF0339'

red 223 ◦ green 3 ◦ blue 57

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

Shades of Crimson #DF0339

Tints of Crimson #DF0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 78.8%
G = 1.06%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF0339 (or 0xDF0339) is known color: Crimson. HEX triplet: DF, 03 and 39. RGB value is (223,3,57). Sum of RGB (Red+Green+Blue) = 223+3+57=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0339 is #20FCC6. Grayscale: #4A4A4A. Windows color (decimal): -2161863 or 3736543. OLE color: 3736543.

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

Color convert

RGB 223 3 57 -
CMYK 0 0.99 0.74 0.13
HSL 345.27º 0.97% 0.44% -
HSV(B) 345.27º 0.99% 0.87% -
XYZ 31.2 16.05 5.32 -
YUV 74.94 117.89 233.61 -
System Red Green Blue C M Y K H S L
Decimal 223 3 57 0 0.99 0.74 0.13 345.27 0.97 0.44
Hex DF 3 39 0 63 4A D 159 61 2C
Octal 337 3 71 0 143 112 15 531 141 54
Binary 11011111 11 111001 0 1100011 1001010 1101 101011001 1100001 101100

Color Harmonies of #DF0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0339

Black with #DF0339

Text Example


Text Example

White with #DF0339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0339; }

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

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

background-color css

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

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

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

border-color css

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

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

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