Html Css Color HEX #DF0848 Crimson

📋 copy color: '#DF0848'

red 223 ◦ green 8 ◦ blue 72

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

Shades of Crimson #DF0848

Tints of Crimson #DF0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

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

R = 73.6%
G = 2.64%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF0848 (or 0xDF0848) is known color: Crimson. HEX triplet: DF, 08 and 48. RGB value is (223,8,72). Sum of RGB (Red+Green+Blue) = 223+8+72=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0848 is #20F7B7. Grayscale: #4F4F4F. Windows color (decimal): -2160568 or 4720863. OLE color: 4720863.

HSL color Cylindrical-coordinate representation of color #DF0848: hue angle of 342.14º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0848 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 72 -
CMYK 0 0.96 0.68 0.13
HSL 342.14º 0.93% 0.45% -
HSV(B) 342.14º 0.96% 0.87% -
XYZ 31.69 16.33 7.61 -
YUV 79.58 123.73 230.3 -
System Red Green Blue C M Y K H S L
Decimal 223 8 72 0 0.96 0.68 0.13 342.14 0.93 0.45
Hex DF 8 48 0 60 44 D 156 5D 2D
Octal 337 10 110 0 140 104 15 526 135 55
Binary 11011111 1000 1001000 0 1100000 1000100 1101 101010110 1011101 101101

Color Harmonies of #DF0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0848

Black with #DF0848

Text Example


Text Example

White with #DF0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0848; }

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

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

background-color css

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

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

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

border-color css

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

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

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