Html Css Color HEX #DF554D Valencia

📋 copy color: '#DF554D'

red 223 ◦ green 85 ◦ blue 77

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

Shades of Valencia #DF554D

Tints of Valencia #DF554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 57.92%
G = 22.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF554D (or 0xDF554D) is known color: Valencia. HEX triplet: DF, 55 and 4D. RGB value is (223,85,77). Sum of RGB (Red+Green+Blue) = 223+85+77=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF554D is #20AAB2. Grayscale: #7D7D7D. Windows color (decimal): -2140851 or 5068255. OLE color: 5068255.

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

Color convert

RGB 223 85 77 -
CMYK 0 0.62 0.65 0.13
HSL 3.29º 0.7% 0.59% -
HSV(B) 3.29º 0.65% 0.87% -
XYZ 35.02 22.72 9.56 -
YUV 125.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 223 85 77 0 0.62 0.65 0.13 3.29 0.7 0.59
Hex DF 55 4D 0 3E 41 D 3 46 3B
Octal 337 125 115 0 76 101 15 3 106 73
Binary 11011111 1010101 1001101 0 111110 1000001 1101 11 1000110 111011

Color Harmonies of #DF554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF554D

Black with #DF554D

Text Example


Text Example

White with #DF554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF554D; }

 p { color: rgb(223,85,77); }

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

background-color css

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

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

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

border-color css

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

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

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