Html Css Color HEX #DF053A Crimson

📋 copy color: '#DF053A'

red 223 ◦ green 5 ◦ blue 58

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

Shades of Crimson #DF053A

Tints of Crimson #DF053A

RGB

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

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

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

R = 77.97%
G = 1.75%
B = 20.28%

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

#DF053A (or 0xDF053A) is known color: Crimson. HEX triplet: DF, 05 and 3A. RGB value is (223,5,58). Sum of RGB (Red+Green+Blue) = 223+5+58=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF053A is #20FAC5. Grayscale: #4C4C4C. Windows color (decimal): -2161350 or 3802591. OLE color: 3802591.

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

Color convert

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

Color Harmonies of #DF053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF053A

Black with #DF053A

Text Example


Text Example

White with #DF053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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