Html Css Color HEX #D04F48 Valencia

📋 copy color: '#D04F48'

red 208 ◦ green 79 ◦ blue 72

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

Shades of Valencia #D04F48

Tints of Valencia #D04F48

RGB

 RED value IS 208 (81.64% from 255) = 57.94%

 GREEN value IS 79 (31.25% from 255) = 22.01%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 57.94%
G = 22.01%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D04F48 (or 0xD04F48) is known color: Valencia. HEX triplet: D0, 4F and 48. RGB value is (208,79,72). Sum of RGB (Red+Green+Blue) = 208+79+72=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F48 is #2FB0B7. Grayscale: #747474. Windows color (decimal): -3125432 or 4739024. OLE color: 4739024.

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

Color convert

RGB 208 79 72 -
CMYK 0 0.62 0.65 0.18
HSL 3.09º 0.59% 0.55% -
HSV(B) 3.09º 0.65% 0.82% -
XYZ 29.98 19.47 8.31 -
YUV 116.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 208 79 72 0 0.62 0.65 0.18 3.09 0.59 0.55
Hex D0 4F 48 0 3E 41 12 3 3B 37
Octal 320 117 110 0 76 101 22 3 73 67
Binary 11010000 1001111 1001000 0 111110 1000001 10010 11 111011 110111

Color Harmonies of #D04F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F48

Black with #D04F48

Text Example


Text Example

White with #D04F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F48; }

 p { color: rgb(208,79,72); }

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

background-color css

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

 a { background-color: rgb(208,79,72); }

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

border-color css

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

 span { border-color: rgb(208,79,72); }

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