Html Css Color HEX #DF0639 Crimson

📋 copy color: '#DF0639'

red 223 ◦ green 6 ◦ blue 57

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

Shades of Crimson #DF0639

Tints of Crimson #DF0639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

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

R = 77.97%
G = 2.1%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF0639 (or 0xDF0639) is known color: Crimson. HEX triplet: DF, 06 and 39. RGB value is (223,6,57). Sum of RGB (Red+Green+Blue) = 223+6+57=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0639 is #20F9C6. Grayscale: #4C4C4C. Windows color (decimal): -2161095 or 3737311. OLE color: 3737311.

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

Color convert

RGB 223 6 57 -
CMYK 0 0.97 0.74 0.13
HSL 345.9º 0.95% 0.45% -
HSV(B) 345.9º 0.97% 0.87% -
XYZ 31.24 16.11 5.33 -
YUV 76.7 116.89 232.35 -
System Red Green Blue C M Y K H S L
Decimal 223 6 57 0 0.97 0.74 0.13 345.9 0.95 0.45
Hex DF 6 39 0 61 4A D 15A 5F 2D
Octal 337 6 71 0 141 112 15 532 137 55
Binary 11011111 110 111001 0 1100001 1001010 1101 101011010 1011111 101101

Color Harmonies of #DF0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0639

Black with #DF0639

Text Example


Text Example

White with #DF0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0639; }

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

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

background-color css

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

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

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

border-color css

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

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

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