Html Css Color HEX #D65046 Valencia

📋 copy color: '#D65046'

red 214 ◦ green 80 ◦ blue 70

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

Shades of Valencia #D65046

Tints of Valencia #D65046

RGB

 RED value IS 214 (83.98% from 255) = 58.79%

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 58.79%
G = 21.98%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65046 (or 0xD65046) is known color: Valencia. HEX triplet: D6, 50 and 46. RGB value is (214,80,70). Sum of RGB (Red+Green+Blue) = 214+80+70=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D65046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65046 is #29AFB9. Grayscale: #777777. Windows color (decimal): -2731962 or 4608214. OLE color: 4608214.

HSL color Cylindrical-coordinate representation of color #D65046: hue angle of 4.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65046 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 70 -
CMYK 0 0.63 0.67 0.16
HSL 4.17º 0.64% 0.56% -
HSV(B) 4.17º 0.67% 0.84% -
XYZ 31.71 20.48 8.08 -
YUV 118.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 214 80 70 0 0.63 0.67 0.16 4.17 0.64 0.56
Hex D6 50 46 0 3F 43 10 4 40 38
Octal 326 120 106 0 77 103 20 4 100 70
Binary 11010110 1010000 1000110 0 111111 1000011 10000 100 1000000 111000

Color Harmonies of #D65046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65046

Black with #D65046

Text Example


Text Example

White with #D65046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65046; }

 p { color: rgb(214,80,70); }

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

background-color css

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

 a { background-color: rgb(214,80,70); }

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

border-color css

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

 span { border-color: rgb(214,80,70); }

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