Html Css Color HEX #D04D46 Valencia

📋 copy color: '#D04D46'

red 208 ◦ green 77 ◦ blue 70

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

Shades of Valencia #D04D46

Tints of Valencia #D04D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 58.59%
G = 21.69%
B = 19.72%

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

#D04D46 (or 0xD04D46) is known color: Valencia. HEX triplet: D0, 4D and 46. RGB value is (208,77,70). Sum of RGB (Red+Green+Blue) = 208+77+70=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D46 is #2FB2B9. Grayscale: #737373. Windows color (decimal): -3125946 or 4607440. OLE color: 4607440.

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

Color convert

RGB 208 77 70 -
CMYK 0 0.63 0.66 0.18
HSL 3.04º 0.59% 0.55% -
HSV(B) 3.04º 0.66% 0.82% -
XYZ 29.77 19.16 7.92 -
YUV 115.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 208 77 70 0 0.63 0.66 0.18 3.04 0.59 0.55
Hex D0 4D 46 0 3F 42 12 3 3B 37
Octal 320 115 106 0 77 102 22 3 73 67
Binary 11010000 1001101 1000110 0 111111 1000010 10010 11 111011 110111

Color Harmonies of #D04D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D46

Black with #D04D46

Text Example


Text Example

White with #D04D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D46; }

 p { color: rgb(208,77,70); }

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

background-color css

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

 a { background-color: rgb(208,77,70); }

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

border-color css

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

 span { border-color: rgb(208,77,70); }

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