Html Css Color HEX #D65146 Valencia

📋 copy color: '#D65146'

red 214 ◦ green 81 ◦ blue 70

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

Shades of Valencia #D65146

Tints of Valencia #D65146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.19%

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

R = 58.63%
G = 22.19%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65146 (or 0xD65146) is known color: Valencia. HEX triplet: D6, 51 and 46. RGB value is (214,81,70). Sum of RGB (Red+Green+Blue) = 214+81+70=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65146 is #29AEB9. Grayscale: #777777. Windows color (decimal): -2731706 or 4608470. OLE color: 4608470.

HSL color Cylindrical-coordinate representation of color #D65146: hue angle of 4.58º 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 #D65146 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 70 -
CMYK 0 0.62 0.67 0.16
HSL 4.58º 0.64% 0.56% -
HSV(B) 4.58º 0.67% 0.84% -
XYZ 31.78 20.62 8.1 -
YUV 119.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 214 81 70 0 0.62 0.67 0.16 4.58 0.64 0.56
Hex D6 51 46 0 3E 43 10 5 40 38
Octal 326 121 106 0 76 103 20 5 100 70
Binary 11010110 1010001 1000110 0 111110 1000011 10000 101 1000000 111000

Color Harmonies of #D65146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65146

Black with #D65146

Text Example


Text Example

White with #D65146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65146; }

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

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

background-color css

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

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

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

border-color css

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

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

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