Html Css Color HEX #D35150 Valencia

📋 copy color: '#D35150'

red 211 ◦ green 81 ◦ blue 80

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

Shades of Valencia #D35150

Tints of Valencia #D35150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

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

R = 56.72%
G = 21.77%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D35150 (or 0xD35150) is known color: Valencia. HEX triplet: D3, 51 and 50. RGB value is (211,81,80). Sum of RGB (Red+Green+Blue) = 211+81+80=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D35150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35150 is #2CAEAF. Grayscale: #777777. Windows color (decimal): -2928304 or 5263827. OLE color: 5263827.

HSL color Cylindrical-coordinate representation of color #D35150: hue angle of 0.46º 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 #D35150 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 80 -
CMYK 0 0.62 0.62 0.17
HSL 0.46º 0.6% 0.57% -
HSV(B) 0.46º 0.62% 0.83% -
XYZ 31.25 20.31 9.86 -
YUV 119.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 211 81 80 0 0.62 0.62 0.17 0.46 0.6 0.57
Hex D3 51 50 0 3E 3E 11 0 3C 39
Octal 323 121 120 0 76 76 21 0 74 71
Binary 11010011 1010001 1010000 0 111110 111110 10001 0 111100 111001

Color Harmonies of #D35150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35150

Black with #D35150

Text Example


Text Example

White with #D35150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35150; }

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

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

background-color css

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

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

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

border-color css

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

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

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