Html Css Color HEX #DF0640 Crimson

📋 copy color: '#DF0640'

red 223 ◦ green 6 ◦ blue 64

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

Shades of Crimson #DF0640

Tints of Crimson #DF0640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 76.11%
G = 2.05%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF0640 (or 0xDF0640) is known color: Crimson. HEX triplet: DF, 06 and 40. RGB value is (223,6,64). Sum of RGB (Red+Green+Blue) = 223+6+64=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0640 is #20F9BF. Grayscale: #4D4D4D. Windows color (decimal): -2161088 or 4196063. OLE color: 4196063.

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

Color convert

RGB 223 6 64 -
CMYK 0 0.97 0.71 0.13
HSL 343.96º 0.95% 0.45% -
HSV(B) 343.96º 0.97% 0.87% -
XYZ 31.42 16.19 6.32 -
YUV 77.5 120.39 231.78 -
System Red Green Blue C M Y K H S L
Decimal 223 6 64 0 0.97 0.71 0.13 343.96 0.95 0.45
Hex DF 6 40 0 61 47 D 158 5F 2D
Octal 337 6 100 0 141 107 15 530 137 55
Binary 11011111 110 1000000 0 1100001 1000111 1101 101011000 1011111 101101

Color Harmonies of #DF0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0640

Black with #DF0640

Text Example


Text Example

White with #DF0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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