Html Css Color HEX #DF0728 Crimson

📋 copy color: '#DF0728'

red 223 ◦ green 7 ◦ blue 40

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

Shades of Crimson #DF0728

Tints of Crimson #DF0728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 82.59%
G = 2.59%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF0728 (or 0xDF0728) is known color: Crimson. HEX triplet: DF, 07 and 28. RGB value is (223,7,40). Sum of RGB (Red+Green+Blue) = 223+7+40=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0728 is #20F8D7. Grayscale: #4B4B4B. Windows color (decimal): -2160856 or 2623455. OLE color: 2623455.

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

Color convert

RGB 223 7 40 -
CMYK 0 0.97 0.82 0.13
HSL 350.83º 0.94% 0.45% -
HSV(B) 350.83º 0.97% 0.87% -
XYZ 30.89 15.99 3.47 -
YUV 75.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 223 7 40 0 0.97 0.82 0.13 350.83 0.94 0.45
Hex DF 7 28 0 61 52 D 15F 5E 2D
Octal 337 7 50 0 141 122 15 537 136 55
Binary 11011111 111 101000 0 1100001 1010010 1101 101011111 1011110 101101

Color Harmonies of #DF0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0728

Black with #DF0728

Text Example


Text Example

White with #DF0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0728; }

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

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

background-color css

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

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

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

border-color css

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

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

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