Html Css Color HEX #DF0846 Crimson

📋 copy color: '#DF0846'

red 223 ◦ green 8 ◦ blue 70

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

Shades of Crimson #DF0846

Tints of Crimson #DF0846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 74.09%
G = 2.66%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF0846 (or 0xDF0846) is known color: Crimson. HEX triplet: DF, 08 and 46. RGB value is (223,8,70). Sum of RGB (Red+Green+Blue) = 223+8+70=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0846 is #20F7B9. Grayscale: #4F4F4F. Windows color (decimal): -2160570 or 4589791. OLE color: 4589791.

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

Color convert

RGB 223 8 70 -
CMYK 0 0.96 0.69 0.13
HSL 342.7º 0.93% 0.45% -
HSV(B) 342.7º 0.96% 0.87% -
XYZ 31.62 16.3 7.27 -
YUV 79.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 223 8 70 0 0.96 0.69 0.13 342.7 0.93 0.45
Hex DF 8 46 0 60 45 D 157 5D 2D
Octal 337 10 106 0 140 105 15 527 135 55
Binary 11011111 1000 1000110 0 1100000 1000101 1101 101010111 1011101 101101

Color Harmonies of #DF0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0846

Black with #DF0846

Text Example


Text Example

White with #DF0846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0846; }

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

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

background-color css

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

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

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

border-color css

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

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

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