Html Css Color HEX #D65A49 Valencia

📋 copy color: '#D65A49'

red 214 ◦ green 90 ◦ blue 73

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

Shades of Valencia #D65A49

Tints of Valencia #D65A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 56.76%
G = 23.87%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65A49 (or 0xD65A49) is known color: Valencia. HEX triplet: D6, 5A and 49. RGB value is (214,90,73). Sum of RGB (Red+Green+Blue) = 214+90+73=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A49 is #29A5B6. Grayscale: #7D7D7D. Windows color (decimal): -2729399 or 4807382. OLE color: 4807382.

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

Color convert

RGB 214 90 73 -
CMYK 0 0.58 0.66 0.16
HSL 7.23º 0.63% 0.56% -
HSV(B) 7.23º 0.66% 0.84% -
XYZ 32.59 22.09 8.85 -
YUV 125.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 214 90 73 0 0.58 0.66 0.16 7.23 0.63 0.56
Hex D6 5A 49 0 3A 42 10 7 3F 38
Octal 326 132 111 0 72 102 20 7 77 70
Binary 11010110 1011010 1001001 0 111010 1000010 10000 111 111111 111000

Color Harmonies of #D65A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A49

Black with #D65A49

Text Example


Text Example

White with #D65A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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