Html Css Color HEX #D55746 Valencia

📋 copy color: '#D55746'

red 213 ◦ green 87 ◦ blue 70

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

Shades of Valencia #D55746

Tints of Valencia #D55746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 57.57%
G = 23.51%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55746 (or 0xD55746) is known color: Valencia. HEX triplet: D5, 57 and 46. RGB value is (213,87,70). Sum of RGB (Red+Green+Blue) = 213+87+70=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D55746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55746 is #2AA8B9. Grayscale: #7A7A7A. Windows color (decimal): -2795706 or 4610005. OLE color: 4610005.

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

Color convert

RGB 213 87 70 -
CMYK 0 0.59 0.67 0.16
HSL 7.13º 0.63% 0.55% -
HSV(B) 7.13º 0.67% 0.84% -
XYZ 31.95 21.4 8.24 -
YUV 122.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 213 87 70 0 0.59 0.67 0.16 7.13 0.63 0.55
Hex D5 57 46 0 3B 43 10 7 3F 37
Octal 325 127 106 0 73 103 20 7 77 67
Binary 11010101 1010111 1000110 0 111011 1000011 10000 111 111111 110111

Color Harmonies of #D55746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55746

Black with #D55746

Text Example


Text Example

White with #D55746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55746; }

 p { color: rgb(213,87,70); }

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

background-color css

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

 a { background-color: rgb(213,87,70); }

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

border-color css

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

 span { border-color: rgb(213,87,70); }

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