Html Css Color HEX #D04A46 Valencia

📋 copy color: '#D04A46'

red 208 ◦ green 74 ◦ blue 70

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

Shades of Valencia #D04A46

Tints of Valencia #D04A46

RGB

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

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

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

R = 59.09%
G = 21.02%
B = 19.89%

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

#D04A46 (or 0xD04A46) is known color: Valencia. HEX triplet: D0, 4A and 46. RGB value is (208,74,70). Sum of RGB (Red+Green+Blue) = 208+74+70=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A46 is #2FB5B9. Grayscale: #717171. Windows color (decimal): -3126714 or 4606672. OLE color: 4606672.

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

Color convert

RGB 208 74 70 -
CMYK 0 0.64 0.66 0.18
HSL 1.74º 0.59% 0.55% -
HSV(B) 1.74º 0.66% 0.82% -
XYZ 29.57 18.75 7.86 -
YUV 113.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 208 74 70 0 0.64 0.66 0.18 1.74 0.59 0.55
Hex D0 4A 46 0 40 42 12 2 3B 37
Octal 320 112 106 0 100 102 22 2 73 67
Binary 11010000 1001010 1000110 0 1000000 1000010 10010 10 111011 110111

Color Harmonies of #D04A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A46

Black with #D04A46

Text Example


Text Example

White with #D04A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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