Html Css Color HEX #DF0748 Crimson

📋 copy color: '#DF0748'

red 223 ◦ green 7 ◦ blue 72

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

Shades of Crimson #DF0748

Tints of Crimson #DF0748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 73.84%
G = 2.32%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF0748 (or 0xDF0748) is known color: Crimson. HEX triplet: DF, 07 and 48. RGB value is (223,7,72). Sum of RGB (Red+Green+Blue) = 223+7+72=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0748 is #20F8B7. Grayscale: #4E4E4E. Windows color (decimal): -2160824 or 4720607. OLE color: 4720607.

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

Color convert

RGB 223 7 72 -
CMYK 0 0.97 0.68 0.13
HSL 341.94º 0.94% 0.45% -
HSV(B) 341.94º 0.97% 0.87% -
XYZ 31.68 16.31 7.61 -
YUV 78.99 124.06 230.71 -
System Red Green Blue C M Y K H S L
Decimal 223 7 72 0 0.97 0.68 0.13 341.94 0.94 0.45
Hex DF 7 48 0 61 44 D 156 5E 2D
Octal 337 7 110 0 141 104 15 526 136 55
Binary 11011111 111 1001000 0 1100001 1000100 1101 101010110 1011110 101101

Color Harmonies of #DF0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0748

Black with #DF0748

Text Example


Text Example

White with #DF0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0748; }

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

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

background-color css

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

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

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

border-color css

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

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

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