Html Css Color HEX #DF0740 Crimson

📋 copy color: '#DF0740'

red 223 ◦ green 7 ◦ blue 64

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

Shades of Crimson #DF0740

Tints of Crimson #DF0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

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

R = 75.85%
G = 2.38%
B = 21.77%

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

#DF0740 (or 0xDF0740) is known color: Crimson. HEX triplet: DF, 07 and 40. RGB value is (223,7,64). Sum of RGB (Red+Green+Blue) = 223+7+64=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0740 is #20F8BF. Grayscale: #4E4E4E. Windows color (decimal): -2160832 or 4196319. OLE color: 4196319.

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

Color convert

RGB 223 7 64 -
CMYK 0 0.97 0.71 0.13
HSL 344.17º 0.94% 0.45% -
HSV(B) 344.17º 0.97% 0.87% -
XYZ 31.43 16.21 6.32 -
YUV 78.08 120.06 231.37 -
System Red Green Blue C M Y K H S L
Decimal 223 7 64 0 0.97 0.71 0.13 344.17 0.94 0.45
Hex DF 7 40 0 61 47 D 158 5E 2D
Octal 337 7 100 0 141 107 15 530 136 55
Binary 11011111 111 1000000 0 1100001 1000111 1101 101011000 1011110 101101

Color Harmonies of #DF0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0740

Black with #DF0740

Text Example


Text Example

White with #DF0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0740; }

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

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

background-color css

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

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

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

border-color css

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

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

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