Html Css Color HEX #D04C47 Valencia

📋 copy color: '#D04C47'

red 208 ◦ green 76 ◦ blue 71

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

Shades of Valencia #D04C47

Tints of Valencia #D04C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

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

R = 58.59%
G = 21.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04C47 (or 0xD04C47) is known color: Valencia. HEX triplet: D0, 4C and 47. RGB value is (208,76,71). Sum of RGB (Red+Green+Blue) = 208+76+71=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C47 is #2FB3B8. Grayscale: #737373. Windows color (decimal): -3126201 or 4672720. OLE color: 4672720.

HSL color Cylindrical-coordinate representation of color #D04C47: hue angle of 2.19º 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 #D04C47 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 71 -
CMYK 0 0.63 0.66 0.18
HSL 2.19º 0.59% 0.55% -
HSV(B) 2.19º 0.66% 0.82% -
XYZ 29.73 19.03 8.07 -
YUV 114.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 208 76 71 0 0.63 0.66 0.18 2.19 0.59 0.55
Hex D0 4C 47 0 3F 42 12 2 3B 37
Octal 320 114 107 0 77 102 22 2 73 67
Binary 11010000 1001100 1000111 0 111111 1000010 10010 10 111011 110111

Color Harmonies of #D04C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C47

Black with #D04C47

Text Example


Text Example

White with #D04C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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