Html Css Color HEX #DF553F Valencia

📋 copy color: '#DF553F'

red 223 ◦ green 85 ◦ blue 63

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

Shades of Valencia #DF553F

Tints of Valencia #DF553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 60.11%
G = 22.91%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF553F (or 0xDF553F) is known color: Valencia. HEX triplet: DF, 55 and 3F. RGB value is (223,85,63). Sum of RGB (Red+Green+Blue) = 223+85+63=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF553F is #20AAC0. Grayscale: #7B7B7B. Windows color (decimal): -2140865 or 4150751. OLE color: 4150751.

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

Color convert

RGB 223 85 63 -
CMYK 0 0.62 0.72 0.13
HSL 8.25º 0.71% 0.56% -
HSV(B) 8.25º 0.72% 0.87% -
XYZ 34.58 22.54 7.23 -
YUV 123.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 223 85 63 0 0.62 0.72 0.13 8.25 0.71 0.56
Hex DF 55 3F 0 3E 48 D 8 47 38
Octal 337 125 77 0 76 110 15 10 107 70
Binary 11011111 1010101 111111 0 111110 1001000 1101 1000 1000111 111000

Color Harmonies of #DF553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF553F

Black with #DF553F

Text Example


Text Example

White with #DF553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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