Html Css Color HEX #DF0142 Crimson

📋 copy color: '#DF0142'

red 223 ◦ green 1 ◦ blue 66

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

Shades of Crimson #DF0142

Tints of Crimson #DF0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 76.9%
G = 0.34%
B = 22.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0142 (or 0xDF0142) is known color: Crimson. HEX triplet: DF, 01 and 42. RGB value is (223,1,66). Sum of RGB (Red+Green+Blue) = 223+1+66=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0142 is #20FEBD. Grayscale: #4A4A4A. Windows color (decimal): -2162366 or 4325855. OLE color: 4325855.

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

Color convert

RGB 223 1 66 -
CMYK 0 1.00 0.70 0.13
HSL 342.43º 0.99% 0.44% -
HSV(B) 342.43º 1% 0.87% -
XYZ 31.43 16.1 6.61 -
YUV 74.79 123.05 233.71 -
System Red Green Blue C M Y K H S L
Decimal 223 1 66 0 1.00 0.70 0.13 342.43 0.99 0.44
Hex DF 1 42 0 64 46 D 156 63 2C
Octal 337 1 102 0 144 106 15 526 143 54
Binary 11011111 1 1000010 0 1100100 1000110 1101 101010110 1100011 101100

Color Harmonies of #DF0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0142

Black with #DF0142

Text Example


Text Example

White with #DF0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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