Html Css Color HEX #D04746 Valencia

📋 copy color: '#D04746'

red 208 ◦ green 71 ◦ blue 70

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

Shades of Valencia #D04746

Tints of Valencia #D04746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

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

R = 59.6%
G = 20.34%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04746 (or 0xD04746) is known color: Valencia. HEX triplet: D0, 47 and 46. RGB value is (208,71,70). Sum of RGB (Red+Green+Blue) = 208+71+70=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04746 is #2FB8B9. Grayscale: #6F6F6F. Windows color (decimal): -3127482 or 4605904. OLE color: 4605904.

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

Color convert

RGB 208 71 70 -
CMYK 0 0.66 0.66 0.18
HSL 0.43º 0.59% 0.55% -
HSV(B) 0.43º 0.66% 0.82% -
XYZ 29.37 18.36 7.79 -
YUV 111.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 208 71 70 0 0.66 0.66 0.18 0.43 0.59 0.55
Hex D0 47 46 0 42 42 12 0 3B 37
Octal 320 107 106 0 102 102 22 0 73 67
Binary 11010000 1000111 1000110 0 1000010 1000010 10010 0 111011 110111

Color Harmonies of #D04746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04746

Black with #D04746

Text Example


Text Example

White with #D04746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04746; }

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

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

background-color css

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

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

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

border-color css

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

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

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