Html Css Color HEX #D04C46 Valencia

📋 copy color: '#D04C46'

red 208 ◦ green 76 ◦ blue 70

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

Shades of Valencia #D04C46

Tints of Valencia #D04C46

RGB

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

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

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

R = 58.76%
G = 21.47%
B = 19.77%

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

#D04C46 (or 0xD04C46) is known color: Valencia. HEX triplet: D0, 4C and 46. RGB value is (208,76,70). Sum of RGB (Red+Green+Blue) = 208+76+70=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C46 is #2FB3B9. Grayscale: #727272. Windows color (decimal): -3126202 or 4607184. OLE color: 4607184.

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

Color convert

RGB 208 76 70 -
CMYK 0 0.63 0.66 0.18
HSL 2.61º 0.59% 0.55% -
HSV(B) 2.61º 0.66% 0.82% -
XYZ 29.7 19.02 7.9 -
YUV 114.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 208 76 70 0 0.63 0.66 0.18 2.61 0.59 0.55
Hex D0 4C 46 0 3F 42 12 3 3B 37
Octal 320 114 106 0 77 102 22 3 73 67
Binary 11010000 1001100 1000110 0 111111 1000010 10010 11 111011 110111

Color Harmonies of #D04C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C46

Black with #D04C46

Text Example


Text Example

White with #D04C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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