Html Css Color HEX #DF043A Crimson

📋 copy color: '#DF043A'

red 223 ◦ green 4 ◦ blue 58

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

Shades of Crimson #DF043A

Tints of Crimson #DF043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 78.25%
G = 1.4%
B = 20.35%

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

#DF043A (or 0xDF043A) is known color: Crimson. HEX triplet: DF, 04 and 3A. RGB value is (223,4,58). Sum of RGB (Red+Green+Blue) = 223+4+58=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF043A is #20FBC5. Grayscale: #4B4B4B. Windows color (decimal): -2161606 or 3802335. OLE color: 3802335.

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

Color convert

RGB 223 4 58 -
CMYK 0 0.98 0.74 0.13
HSL 345.21º 0.96% 0.45% -
HSV(B) 345.21º 0.98% 0.87% -
XYZ 31.24 16.08 5.46 -
YUV 75.64 118.05 233.11 -
System Red Green Blue C M Y K H S L
Decimal 223 4 58 0 0.98 0.74 0.13 345.21 0.96 0.45
Hex DF 4 3A 0 62 4A D 159 60 2D
Octal 337 4 72 0 142 112 15 531 140 55
Binary 11011111 100 111010 0 1100010 1001010 1101 101011001 1100000 101101

Color Harmonies of #DF043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF043A

Black with #DF043A

Text Example


Text Example

White with #DF043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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