Html Css Color HEX #DF0346 Crimson

📋 copy color: '#DF0346'

red 223 ◦ green 3 ◦ blue 70

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

Shades of Crimson #DF0346

Tints of Crimson #DF0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 75.34%
G = 1.01%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF0346 (or 0xDF0346) is known color: Crimson. HEX triplet: DF, 03 and 46. RGB value is (223,3,70). Sum of RGB (Red+Green+Blue) = 223+3+70=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0346 is #20FCB9. Grayscale: #4C4C4C. Windows color (decimal): -2161850 or 4588511. OLE color: 4588511.

HSL color Cylindrical-coordinate representation of color #DF0346: hue angle of 341.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0346 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 70 -
CMYK 0 0.99 0.69 0.13
HSL 341.73º 0.97% 0.44% -
HSV(B) 341.73º 0.99% 0.87% -
XYZ 31.57 16.2 7.26 -
YUV 76.42 124.39 232.55 -
System Red Green Blue C M Y K H S L
Decimal 223 3 70 0 0.99 0.69 0.13 341.73 0.97 0.44
Hex DF 3 46 0 63 45 D 156 61 2C
Octal 337 3 106 0 143 105 15 526 141 54
Binary 11011111 11 1000110 0 1100011 1000101 1101 101010110 1100001 101100

Color Harmonies of #DF0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0346

Black with #DF0346

Text Example


Text Example

White with #DF0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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