Html Css Color HEX #D35651 Valencia

📋 copy color: '#D35651'

red 211 ◦ green 86 ◦ blue 81

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

Shades of Valencia #D35651

Tints of Valencia #D35651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.43%

R = 55.82%
G = 22.75%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D35651 (or 0xD35651) is known color: Valencia. HEX triplet: D3, 56 and 51. RGB value is (211,86,81). Sum of RGB (Red+Green+Blue) = 211+86+81=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D35651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35651 is #2CA9AE. Grayscale: #7A7A7A. Windows color (decimal): -2927023 or 5330643. OLE color: 5330643.

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

Color convert

RGB 211 86 81 -
CMYK 0 0.59 0.62 0.17
HSL 2.31º 0.6% 0.57% -
HSV(B) 2.31º 0.62% 0.83% -
XYZ 31.68 21.1 10.19 -
YUV 122.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 211 86 81 0 0.59 0.62 0.17 2.31 0.6 0.57
Hex D3 56 51 0 3B 3E 11 2 3C 39
Octal 323 126 121 0 73 76 21 2 74 71
Binary 11010011 1010110 1010001 0 111011 111110 10001 10 111100 111001

Color Harmonies of #D35651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35651

Black with #D35651

Text Example


Text Example

White with #D35651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35651; }

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

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

background-color css

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

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

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

border-color css

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

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

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