Html Css Color HEX #DF5450 Valencia

📋 copy color: '#DF5450'

red 223 ◦ green 84 ◦ blue 80

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

Shades of Valencia #DF5450

Tints of Valencia #DF5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 57.62%
G = 21.71%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5450 (or 0xDF5450) is known color: Valencia. HEX triplet: DF, 54 and 50. RGB value is (223,84,80). Sum of RGB (Red+Green+Blue) = 223+84+80=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5450 is #20ABAF. Grayscale: #7D7D7D. Windows color (decimal): -2141104 or 5264607. OLE color: 5264607.

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

Color convert

RGB 223 84 80 -
CMYK 0 0.62 0.64 0.13
HSL 1.68º 0.69% 0.59% -
HSV(B) 1.68º 0.64% 0.87% -
XYZ 35.05 22.61 10.11 -
YUV 125.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 223 84 80 0 0.62 0.64 0.13 1.68 0.69 0.59
Hex DF 54 50 0 3E 40 D 2 45 3B
Octal 337 124 120 0 76 100 15 2 105 73
Binary 11011111 1010100 1010000 0 111110 1000000 1101 10 1000101 111011

Color Harmonies of #DF5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5450

Black with #DF5450

Text Example


Text Example

White with #DF5450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5450; }

 p { color: rgb(223,84,80); }

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

background-color css

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

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

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

border-color css

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

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

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