Html Css Color HEX #D35B55 Valencia

📋 copy color: '#D35B55'

red 211 ◦ green 91 ◦ blue 85

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

Shades of Valencia #D35B55

Tints of Valencia #D35B55

RGB

 RED value IS 211 (82.81% from 255) = 54.52%

 GREEN value IS 91 (35.94% from 255) = 23.51%

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 54.52%
G = 23.51%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D35B55 (or 0xD35B55) is known color: Valencia. HEX triplet: D3, 5B and 55. RGB value is (211,91,85). Sum of RGB (Red+Green+Blue) = 211+91+85=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35B55 is #2CA4AA. Grayscale: #7E7E7E. Windows color (decimal): -2925739 or 5594067. OLE color: 5594067.

HSL color Cylindrical-coordinate representation of color #D35B55: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35B55 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 91 85 -
CMYK 0 0.57 0.60 0.17
HSL 2.86º 0.59% 0.58% -
HSV(B) 2.86º 0.6% 0.83% -
XYZ 32.24 21.99 11.14 -
YUV 126.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 211 91 85 0 0.57 0.60 0.17 2.86 0.59 0.58
Hex D3 5B 55 0 39 3C 11 3 3B 3A
Octal 323 133 125 0 71 74 21 3 73 72
Binary 11010011 1011011 1010101 0 111001 111100 10001 11 111011 111010

Color Harmonies of #D35B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35B55

Black with #D35B55

Text Example


Text Example

White with #D35B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35B55; }

 p { color: rgb(211,91,85); }

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

background-color css

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

 a { background-color: rgb(211,91,85); }

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

border-color css

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

 span { border-color: rgb(211,91,85); }

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