Html Css Color HEX #DF5352 Valencia

📋 copy color: '#DF5352'

red 223 ◦ green 83 ◦ blue 82

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

Shades of Valencia #DF5352

Tints of Valencia #DF5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

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

R = 57.47%
G = 21.39%
B = 21.13%

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

#DF5352 (or 0xDF5352) is known color: Valencia. HEX triplet: DF, 53 and 52. RGB value is (223,83,82). Sum of RGB (Red+Green+Blue) = 223+83+82=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5352 is #20ACAD. Grayscale: #7C7C7C. Windows color (decimal): -2141358 or 5395423. OLE color: 5395423.

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

Color convert

RGB 223 83 82 -
CMYK 0 0.63 0.63 0.13
HSL 0.43º 0.69% 0.6% -
HSV(B) 0.43º 0.63% 0.87% -
XYZ 35.05 22.48 10.48 -
YUV 124.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 223 83 82 0 0.63 0.63 0.13 0.43 0.69 0.6
Hex DF 53 52 0 3F 3F D 0 45 3C
Octal 337 123 122 0 77 77 15 0 105 74
Binary 11011111 1010011 1010010 0 111111 111111 1101 0 1000101 111100

Color Harmonies of #DF5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5352

Black with #DF5352

Text Example


Text Example

White with #DF5352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5352; }

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

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

background-color css

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

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

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

border-color css

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

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

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