Html Css Color HEX #DF043D Crimson

📋 copy color: '#DF043D'

red 223 ◦ green 4 ◦ blue 61

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

Shades of Crimson #DF043D

Tints of Crimson #DF043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 77.43%
G = 1.39%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF043D (or 0xDF043D) is known color: Crimson. HEX triplet: DF, 04 and 3D. RGB value is (223,4,61). Sum of RGB (Red+Green+Blue) = 223+4+61=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF043D is #20FBC2. Grayscale: #4B4B4B. Windows color (decimal): -2161603 or 3998943. OLE color: 3998943.

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

Color convert

RGB 223 4 61 -
CMYK 0 0.98 0.73 0.13
HSL 344.38º 0.96% 0.45% -
HSV(B) 344.38º 0.98% 0.87% -
XYZ 31.32 16.11 5.87 -
YUV 75.98 119.55 232.87 -
System Red Green Blue C M Y K H S L
Decimal 223 4 61 0 0.98 0.73 0.13 344.38 0.96 0.45
Hex DF 4 3D 0 62 49 D 158 60 2D
Octal 337 4 75 0 142 111 15 530 140 55
Binary 11011111 100 111101 0 1100010 1001001 1101 101011000 1100000 101101

Color Harmonies of #DF043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF043D

Black with #DF043D

Text Example


Text Example

White with #DF043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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