Html Css Color HEX #DF0146 Crimson

📋 copy color: '#DF0146'

red 223 ◦ green 1 ◦ blue 70

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

Shades of Crimson #DF0146

Tints of Crimson #DF0146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 75.85%
G = 0.34%
B = 23.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF0146 (or 0xDF0146) is known color: Crimson. HEX triplet: DF, 01 and 46. RGB value is (223,1,70). Sum of RGB (Red+Green+Blue) = 223+1+70=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0146 is #20FEB9. Grayscale: #4B4B4B. Windows color (decimal): -2162362 or 4587999. OLE color: 4587999.

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

Color convert

RGB 223 1 70 -
CMYK 0 1.00 0.69 0.13
HSL 341.35º 0.99% 0.44% -
HSV(B) 341.35º 1% 0.87% -
XYZ 31.55 16.15 7.25 -
YUV 75.24 125.05 233.39 -
System Red Green Blue C M Y K H S L
Decimal 223 1 70 0 1.00 0.69 0.13 341.35 0.99 0.44
Hex DF 1 46 0 64 45 D 155 63 2C
Octal 337 1 106 0 144 105 15 525 143 54
Binary 11011111 1 1000110 0 1100100 1000101 1101 101010101 1100011 101100

Color Harmonies of #DF0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0146

Black with #DF0146

Text Example


Text Example

White with #DF0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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