Html Css Color HEX #D55645 Valencia

📋 copy color: '#D55645'

red 213 ◦ green 86 ◦ blue 69

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

Shades of Valencia #D55645

Tints of Valencia #D55645

RGB

 RED value IS 213 (83.59% from 255) = 57.88%

 GREEN value IS 86 (33.98% from 255) = 23.37%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 57.88%
G = 23.37%
B = 18.75%

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

#D55645 (or 0xD55645) is known color: Valencia. HEX triplet: D5, 56 and 45. RGB value is (213,86,69). Sum of RGB (Red+Green+Blue) = 213+86+69=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D55645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55645 is #2AA9BA. Grayscale: #7A7A7A. Windows color (decimal): -2795963 or 4544213. OLE color: 4544213.

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

Color convert

RGB 213 86 69 -
CMYK 0 0.60 0.68 0.16
HSL 7.08º 0.63% 0.55% -
HSV(B) 7.08º 0.68% 0.84% -
XYZ 31.84 21.23 8.05 -
YUV 122.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 213 86 69 0 0.60 0.68 0.16 7.08 0.63 0.55
Hex D5 56 45 0 3C 44 10 7 3F 37
Octal 325 126 105 0 74 104 20 7 77 67
Binary 11010101 1010110 1000101 0 111100 1000100 10000 111 111111 110111

Color Harmonies of #D55645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55645

Black with #D55645

Text Example


Text Example

White with #D55645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55645; }

 p { color: rgb(213,86,69); }

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

background-color css

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

 a { background-color: rgb(213,86,69); }

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

border-color css

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

 span { border-color: rgb(213,86,69); }

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