Html Css Color HEX #DF053E Crimson

📋 copy color: '#DF053E'

red 223 ◦ green 5 ◦ blue 62

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

Shades of Crimson #DF053E

Tints of Crimson #DF053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 76.9%
G = 1.72%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF053E (or 0xDF053E) is known color: Crimson. HEX triplet: DF, 05 and 3E. RGB value is (223,5,62). Sum of RGB (Red+Green+Blue) = 223+5+62=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF053E is #20FAC1. Grayscale: #4C4C4C. Windows color (decimal): -2161346 or 4064735. OLE color: 4064735.

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

Color convert

RGB 223 5 62 -
CMYK 0 0.98 0.72 0.13
HSL 344.31º 0.96% 0.45% -
HSV(B) 344.31º 0.98% 0.87% -
XYZ 31.36 16.14 6.02 -
YUV 76.68 119.72 232.37 -
System Red Green Blue C M Y K H S L
Decimal 223 5 62 0 0.98 0.72 0.13 344.31 0.96 0.45
Hex DF 5 3E 0 62 48 D 158 60 2D
Octal 337 5 76 0 142 110 15 530 140 55
Binary 11011111 101 111110 0 1100010 1001000 1101 101011000 1100000 101101

Color Harmonies of #DF053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF053E

Black with #DF053E

Text Example


Text Example

White with #DF053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF053E; }

 p { color: rgb(223,5,62); }

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

background-color css

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

 a { background-color: rgb(223,5,62); }

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

border-color css

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

 span { border-color: rgb(223,5,62); }

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