Html Css Color HEX #DF1043 Crimson

📋 copy color: '#DF1043'

red 223 ◦ green 16 ◦ blue 67

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

Shades of Crimson #DF1043

Tints of Crimson #DF1043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

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

R = 72.88%
G = 5.23%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF1043 (or 0xDF1043) is known color: Crimson. HEX triplet: DF, 10 and 43. RGB value is (223,16,67). Sum of RGB (Red+Green+Blue) = 223+16+67=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1043 is #20EFBC. Grayscale: #535353. Windows color (decimal): -2158525 or 4395231. OLE color: 4395231.

HSL color Cylindrical-coordinate representation of color #DF1043: hue angle of 345.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1043 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 67 -
CMYK 0 0.93 0.70 0.13
HSL 345.22º 0.87% 0.47% -
HSV(B) 345.22º 0.93% 0.87% -
XYZ 31.63 16.46 6.82 -
YUV 83.71 118.58 227.35 -
System Red Green Blue C M Y K H S L
Decimal 223 16 67 0 0.93 0.70 0.13 345.22 0.87 0.47
Hex DF 10 43 0 5D 46 D 159 57 2F
Octal 337 20 103 0 135 106 15 531 127 57
Binary 11011111 10000 1000011 0 1011101 1000110 1101 101011001 1010111 101111

Color Harmonies of #DF1043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1043

Black with #DF1043

Text Example


Text Example

White with #DF1043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1043; }

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

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

background-color css

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

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

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

border-color css

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

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

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