Html Css Color HEX #DF052B Crimson

📋 copy color: '#DF052B'

red 223 ◦ green 5 ◦ blue 43

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

Shades of Crimson #DF052B

Tints of Crimson #DF052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 82.29%
G = 1.85%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF052B (or 0xDF052B) is known color: Crimson. HEX triplet: DF, 05 and 2B. RGB value is (223,5,43). Sum of RGB (Red+Green+Blue) = 223+5+43=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF052B is #20FAD4. Grayscale: #4A4A4A. Windows color (decimal): -2161365 or 2819551. OLE color: 2819551.

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

Color convert

RGB 223 5 43 -
CMYK 0 0.98 0.81 0.13
HSL 349.54º 0.96% 0.45% -
HSV(B) 349.54º 0.98% 0.87% -
XYZ 30.92 15.97 3.74 -
YUV 74.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 223 5 43 0 0.98 0.81 0.13 349.54 0.96 0.45
Hex DF 5 2B 0 62 51 D 15E 60 2D
Octal 337 5 53 0 142 121 15 536 140 55
Binary 11011111 101 101011 0 1100010 1010001 1101 101011110 1100000 101101

Color Harmonies of #DF052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF052B

Black with #DF052B

Text Example


Text Example

White with #DF052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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