Html Css Color HEX #DF043B Crimson

📋 copy color: '#DF043B'

red 223 ◦ green 4 ◦ blue 59

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

Shades of Crimson #DF043B

Tints of Crimson #DF043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 77.97%
G = 1.4%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF043B (or 0xDF043B) is known color: Crimson. HEX triplet: DF, 04 and 3B. RGB value is (223,4,59). Sum of RGB (Red+Green+Blue) = 223+4+59=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF043B is #20FBC4. Grayscale: #4B4B4B. Windows color (decimal): -2161605 or 3867871. OLE color: 3867871.

HSL color Cylindrical-coordinate representation of color #DF043B: hue angle of 344.93º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF043B is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 59 -
CMYK 0 0.98 0.74 0.13
HSL 344.93º 0.96% 0.45% -
HSV(B) 344.93º 0.98% 0.87% -
XYZ 31.26 16.09 5.6 -
YUV 75.75 118.55 233.03 -
System Red Green Blue C M Y K H S L
Decimal 223 4 59 0 0.98 0.74 0.13 344.93 0.96 0.45
Hex DF 4 3B 0 62 4A D 159 60 2D
Octal 337 4 73 0 142 112 15 531 140 55
Binary 11011111 100 111011 0 1100010 1001010 1101 101011001 1100000 101101

Color Harmonies of #DF043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF043B

Black with #DF043B

Text Example


Text Example

White with #DF043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF043B; }

 p { color: rgb(223,4,59); }

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

background-color css

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

 a { background-color: rgb(223,4,59); }

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

border-color css

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

 span { border-color: rgb(223,4,59); }

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