Html Css Color HEX #D35850 Valencia

📋 copy color: '#D35850'

red 211 ◦ green 88 ◦ blue 80

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

Shades of Valencia #D35850

Tints of Valencia #D35850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 55.67%
G = 23.22%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D35850 (or 0xD35850) is known color: Valencia. HEX triplet: D3, 58 and 50. RGB value is (211,88,80). Sum of RGB (Red+Green+Blue) = 211+88+80=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D35850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35850 is #2CA7AF. Grayscale: #7C7C7C. Windows color (decimal): -2926512 or 5265619. OLE color: 5265619.

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

Color convert

RGB 211 88 80 -
CMYK 0 0.58 0.62 0.17
HSL 3.66º 0.6% 0.57% -
HSV(B) 3.66º 0.62% 0.83% -
XYZ 31.8 21.41 10.05 -
YUV 123.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 211 88 80 0 0.58 0.62 0.17 3.66 0.6 0.57
Hex D3 58 50 0 3A 3E 11 4 3C 39
Octal 323 130 120 0 72 76 21 4 74 71
Binary 11010011 1011000 1010000 0 111010 111110 10001 100 111100 111001

Color Harmonies of #D35850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35850

Black with #D35850

Text Example


Text Example

White with #D35850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35850; }

 p { color: rgb(211,88,80); }

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

background-color css

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

 a { background-color: rgb(211,88,80); }

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

border-color css

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

 span { border-color: rgb(211,88,80); }

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