Html Css Color HEX #DF053C Crimson

📋 copy color: '#DF053C'

red 223 ◦ green 5 ◦ blue 60

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

Shades of Crimson #DF053C

Tints of Crimson #DF053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 77.43%
G = 1.74%
B = 20.83%

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

#DF053C (or 0xDF053C) is known color: Crimson. HEX triplet: DF, 05 and 3C. RGB value is (223,5,60). Sum of RGB (Red+Green+Blue) = 223+5+60=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF053C is #20FAC3. Grayscale: #4C4C4C. Windows color (decimal): -2161348 or 3933663. OLE color: 3933663.

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

Color convert

RGB 223 5 60 -
CMYK 0 0.98 0.73 0.13
HSL 344.86º 0.96% 0.45% -
HSV(B) 344.86º 0.98% 0.87% -
XYZ 31.3 16.12 5.74 -
YUV 76.45 118.72 232.53 -
System Red Green Blue C M Y K H S L
Decimal 223 5 60 0 0.98 0.73 0.13 344.86 0.96 0.45
Hex DF 5 3C 0 62 49 D 159 60 2D
Octal 337 5 74 0 142 111 15 531 140 55
Binary 11011111 101 111100 0 1100010 1001001 1101 101011001 1100000 101101

Color Harmonies of #DF053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF053C

Black with #DF053C

Text Example


Text Example

White with #DF053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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