Html Css Color HEX #D65049 Valencia

📋 copy color: '#D65049'

red 214 ◦ green 80 ◦ blue 73

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

Shades of Valencia #D65049

Tints of Valencia #D65049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.89%

R = 58.31%
G = 21.8%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65049 (or 0xD65049) is known color: Valencia. HEX triplet: D6, 50 and 49. RGB value is (214,80,73). Sum of RGB (Red+Green+Blue) = 214+80+73=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65049 is #29AFB6. Grayscale: #777777. Windows color (decimal): -2731959 or 4804822. OLE color: 4804822.

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

Color convert

RGB 214 80 73 -
CMYK 0 0.63 0.66 0.16
HSL 2.98º 0.63% 0.56% -
HSV(B) 2.98º 0.66% 0.84% -
XYZ 31.8 20.51 8.59 -
YUV 119.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 214 80 73 0 0.63 0.66 0.16 2.98 0.63 0.56
Hex D6 50 49 0 3F 42 10 3 3F 38
Octal 326 120 111 0 77 102 20 3 77 70
Binary 11010110 1010000 1001001 0 111111 1000010 10000 11 111111 111000

Color Harmonies of #D65049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65049

Black with #D65049

Text Example


Text Example

White with #D65049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65049; }

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

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

background-color css

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

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

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

border-color css

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

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

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