Html Css Color HEX #DF5252 Valencia

📋 copy color: '#DF5252'

red 223 ◦ green 82 ◦ blue 82

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

Shades of Valencia #DF5252

Tints of Valencia #DF5252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.19%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 57.62%
G = 21.19%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF5252 (or 0xDF5252) is known color: Valencia. HEX triplet: DF, 52 and 52. RGB value is (223,82,82). Sum of RGB (Red+Green+Blue) = 223+82+82=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5252 is #20ADAD. Grayscale: #7C7C7C. Windows color (decimal): -2141614 or 5395167. OLE color: 5395167.

HSL color Cylindrical-coordinate representation of color #DF5252: hue angle of 0º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5252 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 82 -
CMYK 0 0.63 0.63 0.13
HSL 0.69% 0.6% -
HSV(B) 0.63% 0.87% -
XYZ 34.97 22.33 10.45 -
YUV 124.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 223 82 82 0 0.63 0.63 0.13 0 0.69 0.6
Hex DF 52 52 0 3F 3F D 0 45 3C
Octal 337 122 122 0 77 77 15 0 105 74
Binary 11011111 1010010 1010010 0 111111 111111 1101 0 1000101 111100

Color Harmonies of #DF5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5252

Black with #DF5252

Text Example


Text Example

White with #DF5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5252; }

 p { color: rgb(223,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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