Html Css Color HEX #D65949 Valencia

📋 copy color: '#D65949'

red 214 ◦ green 89 ◦ blue 73

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

Shades of Valencia #D65949

Tints of Valencia #D65949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

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

R = 56.91%
G = 23.67%
B = 19.41%

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

#D65949 (or 0xD65949) is known color: Valencia. HEX triplet: D6, 59 and 49. RGB value is (214,89,73). Sum of RGB (Red+Green+Blue) = 214+89+73=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D65949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65949 is #29A6B6. Grayscale: #7C7C7C. Windows color (decimal): -2729655 or 4807126. OLE color: 4807126.

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

Color convert

RGB 214 89 73 -
CMYK 0 0.58 0.66 0.16
HSL 6.81º 0.63% 0.56% -
HSV(B) 6.81º 0.66% 0.84% -
XYZ 32.51 21.92 8.82 -
YUV 124.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 214 89 73 0 0.58 0.66 0.16 6.81 0.63 0.56
Hex D6 59 49 0 3A 42 10 7 3F 38
Octal 326 131 111 0 72 102 20 7 77 70
Binary 11010110 1011001 1001001 0 111010 1000010 10000 111 111111 111000

Color Harmonies of #D65949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65949

Black with #D65949

Text Example


Text Example

White with #D65949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65949; }

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

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

background-color css

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

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

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

border-color css

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

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

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