Html Css Color HEX #D04A47 Valencia

📋 copy color: '#D04A47'

red 208 ◦ green 74 ◦ blue 71

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

Shades of Valencia #D04A47

Tints of Valencia #D04A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.96%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 58.92%
G = 20.96%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04A47 (or 0xD04A47) is known color: Valencia. HEX triplet: D0, 4A and 47. RGB value is (208,74,71). Sum of RGB (Red+Green+Blue) = 208+74+71=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A47 is #2FB5B8. Grayscale: #717171. Windows color (decimal): -3126713 or 4672208. OLE color: 4672208.

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

Color convert

RGB 208 74 71 -
CMYK 0 0.64 0.66 0.18
HSL 1.31º 0.59% 0.55% -
HSV(B) 1.31º 0.66% 0.82% -
XYZ 29.6 18.76 8.02 -
YUV 113.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 208 74 71 0 0.64 0.66 0.18 1.31 0.59 0.55
Hex D0 4A 47 0 40 42 12 1 3B 37
Octal 320 112 107 0 100 102 22 1 73 67
Binary 11010000 1001010 1000111 0 1000000 1000010 10010 1 111011 110111

Color Harmonies of #D04A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A47

Black with #D04A47

Text Example


Text Example

White with #D04A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A47; }

 p { color: rgb(208,74,71); }

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

background-color css

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

 a { background-color: rgb(208,74,71); }

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

border-color css

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

 span { border-color: rgb(208,74,71); }

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