Html Css Color HEX #D65045 Valencia

📋 copy color: '#D65045'

red 214 ◦ green 80 ◦ blue 69

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

Shades of Valencia #D65045

Tints of Valencia #D65045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 58.95%
G = 22.04%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D65045 (or 0xD65045) is known color: Valencia. HEX triplet: D6, 50 and 45. RGB value is (214,80,69). Sum of RGB (Red+Green+Blue) = 214+80+69=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D65045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65045 is #29AFBA. Grayscale: #767676. Windows color (decimal): -2731963 or 4542678. OLE color: 4542678.

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

Color convert

RGB 214 80 69 -
CMYK 0 0.63 0.68 0.16
HSL 4.55º 0.64% 0.55% -
HSV(B) 4.55º 0.68% 0.84% -
XYZ 31.67 20.46 7.91 -
YUV 118.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 214 80 69 0 0.63 0.68 0.16 4.55 0.64 0.55
Hex D6 50 45 0 3F 44 10 5 40 37
Octal 326 120 105 0 77 104 20 5 100 67
Binary 11010110 1010000 1000101 0 111111 1000100 10000 101 1000000 110111

Color Harmonies of #D65045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65045

Black with #D65045

Text Example


Text Example

White with #D65045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65045; }

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

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

background-color css

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

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

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

border-color css

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

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

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