Html Css Color HEX #DF2043 Crimson

📋 copy color: '#DF2043'

red 223 ◦ green 32 ◦ blue 67

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

Shades of Crimson #DF2043

Tints of Crimson #DF2043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 69.25%
G = 9.94%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF2043 (or 0xDF2043) is known color: Crimson. HEX triplet: DF, 20 and 43. RGB value is (223,32,67). Sum of RGB (Red+Green+Blue) = 223+32+67=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2043 is #20DFBC. Grayscale: #5D5D5D. Windows color (decimal): -2154429 or 4399327. OLE color: 4399327.

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

Color convert

RGB 223 32 67 -
CMYK 0 0.86 0.70 0.13
HSL 349.01º 0.75% 0.5% -
HSV(B) 349.01º 0.86% 0.87% -
XYZ 31.96 17.13 6.93 -
YUV 93.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 223 32 67 0 0.86 0.70 0.13 349.01 0.75 0.5
Hex DF 20 43 0 56 46 D 15D 4B 32
Octal 337 40 103 0 126 106 15 535 113 62
Binary 11011111 100000 1000011 0 1010110 1000110 1101 101011101 1001011 110010

Color Harmonies of #DF2043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2043

Black with #DF2043

Text Example


Text Example

White with #DF2043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2043; }

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

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

background-color css

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

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

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

border-color css

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

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

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