Html Css Color HEX #DF5251 Valencia

📋 copy color: '#DF5251'

red 223 ◦ green 82 ◦ blue 81

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

Shades of Valencia #DF5251

Tints of Valencia #DF5251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.98%

R = 57.77%
G = 21.24%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5251 (or 0xDF5251) is known color: Valencia. HEX triplet: DF, 52 and 51. RGB value is (223,82,81). Sum of RGB (Red+Green+Blue) = 223+82+81=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5251 is #20ADAE. Grayscale: #7C7C7C. Windows color (decimal): -2141615 or 5329631. OLE color: 5329631.

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

Color convert

RGB 223 82 81 -
CMYK 0 0.63 0.64 0.13
HSL 0.42º 0.69% 0.6% -
HSV(B) 0.42º 0.64% 0.87% -
XYZ 34.93 22.32 10.25 -
YUV 124.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 223 82 81 0 0.63 0.64 0.13 0.42 0.69 0.6
Hex DF 52 51 0 3F 40 D 0 45 3C
Octal 337 122 121 0 77 100 15 0 105 74
Binary 11011111 1010010 1010001 0 111111 1000000 1101 0 1000101 111100

Color Harmonies of #DF5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5251

Black with #DF5251

Text Example


Text Example

White with #DF5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5251; }

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

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

background-color css

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

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

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

border-color css

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

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

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