Html Css Color HEX #D65047 Valencia

📋 copy color: '#D65047'

red 214 ◦ green 80 ◦ blue 71

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

Shades of Valencia #D65047

Tints of Valencia #D65047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 58.63%
G = 21.92%
B = 19.45%

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

#D65047 (or 0xD65047) is known color: Valencia. HEX triplet: D6, 50 and 47. RGB value is (214,80,71). Sum of RGB (Red+Green+Blue) = 214+80+71=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65047 is #29AFB8. Grayscale: #777777. Windows color (decimal): -2731961 or 4673750. OLE color: 4673750.

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

Color convert

RGB 214 80 71 -
CMYK 0 0.63 0.67 0.16
HSL 3.78º 0.64% 0.56% -
HSV(B) 3.78º 0.67% 0.84% -
XYZ 31.74 20.49 8.24 -
YUV 119.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 214 80 71 0 0.63 0.67 0.16 3.78 0.64 0.56
Hex D6 50 47 0 3F 43 10 4 40 38
Octal 326 120 107 0 77 103 20 4 100 70
Binary 11010110 1010000 1000111 0 111111 1000011 10000 100 1000000 111000

Color Harmonies of #D65047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65047

Black with #D65047

Text Example


Text Example

White with #D65047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65047; }

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

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

background-color css

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

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

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

border-color css

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

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

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