Html Css Color HEX #D35652 Valencia

📋 copy color: '#D35652'

red 211 ◦ green 86 ◦ blue 82

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

Shades of Valencia #D35652

Tints of Valencia #D35652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 55.67%
G = 22.69%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D35652 (or 0xD35652) is known color: Valencia. HEX triplet: D3, 56 and 52. RGB value is (211,86,82). Sum of RGB (Red+Green+Blue) = 211+86+82=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D35652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35652 is #2CA9AD. Grayscale: #7B7B7B. Windows color (decimal): -2927022 or 5396179. OLE color: 5396179.

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

Color convert

RGB 211 86 82 -
CMYK 0 0.59 0.61 0.17
HSL 1.86º 0.59% 0.57% -
HSV(B) 1.86º 0.61% 0.83% -
XYZ 31.71 21.11 10.39 -
YUV 122.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 211 86 82 0 0.59 0.61 0.17 1.86 0.59 0.57
Hex D3 56 52 0 3B 3D 11 2 3B 39
Octal 323 126 122 0 73 75 21 2 73 71
Binary 11010011 1010110 1010010 0 111011 111101 10001 10 111011 111001

Color Harmonies of #D35652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35652

Black with #D35652

Text Example


Text Example

White with #D35652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35652; }

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

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

background-color css

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

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

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

border-color css

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

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

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