Html Css Color HEX #DF053D Crimson

📋 copy color: '#DF053D'

red 223 ◦ green 5 ◦ blue 61

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

Shades of Crimson #DF053D

Tints of Crimson #DF053D

RGB

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

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

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

R = 77.16%
G = 1.73%
B = 21.11%

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

#DF053D (or 0xDF053D) is known color: Crimson. HEX triplet: DF, 05 and 3D. RGB value is (223,5,61). Sum of RGB (Red+Green+Blue) = 223+5+61=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF053D is #20FAC2. Grayscale: #4C4C4C. Windows color (decimal): -2161347 or 3999199. OLE color: 3999199.

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

Color convert

RGB 223 5 61 -
CMYK 0 0.98 0.73 0.13
HSL 344.59º 0.96% 0.45% -
HSV(B) 344.59º 0.98% 0.87% -
XYZ 31.33 16.13 5.88 -
YUV 76.57 119.22 232.45 -
System Red Green Blue C M Y K H S L
Decimal 223 5 61 0 0.98 0.73 0.13 344.59 0.96 0.45
Hex DF 5 3D 0 62 49 D 159 60 2D
Octal 337 5 75 0 142 111 15 531 140 55
Binary 11011111 101 111101 0 1100010 1001001 1101 101011001 1100000 101101

Color Harmonies of #DF053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF053D

Black with #DF053D

Text Example


Text Example

White with #DF053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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