Html Css Color HEX #D65544 Valencia

📋 copy color: '#D65544'

red 214 ◦ green 85 ◦ blue 68

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

Shades of Valencia #D65544

Tints of Valencia #D65544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 58.31%
G = 23.16%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D65544 (or 0xD65544) is known color: Valencia. HEX triplet: D6, 55 and 44. RGB value is (214,85,68). Sum of RGB (Red+Green+Blue) = 214+85+68=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65544 is #29AABB. Grayscale: #797979. Windows color (decimal): -2730684 or 4478422. OLE color: 4478422.

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

Color convert

RGB 214 85 68 -
CMYK 0 0.60 0.68 0.16
HSL 6.99º 0.64% 0.55% -
HSV(B) 6.99º 0.68% 0.84% -
XYZ 32.02 21.21 7.88 -
YUV 121.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 214 85 68 0 0.60 0.68 0.16 6.99 0.64 0.55
Hex D6 55 44 0 3C 44 10 7 40 37
Octal 326 125 104 0 74 104 20 7 100 67
Binary 11010110 1010101 1000100 0 111100 1000100 10000 111 1000000 110111

Color Harmonies of #D65544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65544

Black with #D65544

Text Example


Text Example

White with #D65544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65544; }

 p { color: rgb(214,85,68); }

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

background-color css

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

 a { background-color: rgb(214,85,68); }

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

border-color css

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

 span { border-color: rgb(214,85,68); }

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