Html Css Color HEX #DF0143 Crimson

📋 copy color: '#DF0143'

red 223 ◦ green 1 ◦ blue 67

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

Shades of Crimson #DF0143

Tints of Crimson #DF0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 76.63%
G = 0.34%
B = 23.02%

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

#DF0143 (or 0xDF0143) is known color: Crimson. HEX triplet: DF, 01 and 43. RGB value is (223,1,67). Sum of RGB (Red+Green+Blue) = 223+1+67=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0143 is #20FEBC. Grayscale: #4A4A4A. Windows color (decimal): -2162365 or 4391391. OLE color: 4391391.

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

Color convert

RGB 223 1 67 -
CMYK 0 1.00 0.70 0.13
HSL 342.16º 0.99% 0.44% -
HSV(B) 342.16º 1% 0.87% -
XYZ 31.46 16.11 6.76 -
YUV 74.9 123.55 233.63 -
System Red Green Blue C M Y K H S L
Decimal 223 1 67 0 1.00 0.70 0.13 342.16 0.99 0.44
Hex DF 1 43 0 64 46 D 156 63 2C
Octal 337 1 103 0 144 106 15 526 143 54
Binary 11011111 1 1000011 0 1100100 1000110 1101 101010110 1100011 101100

Color Harmonies of #DF0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0143

Black with #DF0143

Text Example


Text Example

White with #DF0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0143; }

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

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

background-color css

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

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

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

border-color css

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

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

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