Html Css Color HEX #DF0744 Crimson

📋 copy color: '#DF0744'

red 223 ◦ green 7 ◦ blue 68

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

Shades of Crimson #DF0744

Tints of Crimson #DF0744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 74.83%
G = 2.35%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0744 (or 0xDF0744) is known color: Crimson. HEX triplet: DF, 07 and 44. RGB value is (223,7,68). Sum of RGB (Red+Green+Blue) = 223+7+68=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0744 is #20F8BB. Grayscale: #4E4E4E. Windows color (decimal): -2160828 or 4458463. OLE color: 4458463.

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

Color convert

RGB 223 7 68 -
CMYK 0 0.97 0.70 0.13
HSL 343.06º 0.94% 0.45% -
HSV(B) 343.06º 0.97% 0.87% -
XYZ 31.55 16.26 6.94 -
YUV 78.54 122.06 231.04 -
System Red Green Blue C M Y K H S L
Decimal 223 7 68 0 0.97 0.70 0.13 343.06 0.94 0.45
Hex DF 7 44 0 61 46 D 157 5E 2D
Octal 337 7 104 0 141 106 15 527 136 55
Binary 11011111 111 1000100 0 1100001 1000110 1101 101010111 1011110 101101

Color Harmonies of #DF0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0744

Black with #DF0744

Text Example


Text Example

White with #DF0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0744; }

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

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

background-color css

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

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

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

border-color css

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

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

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