Html Css Color HEX #D35352 Valencia

📋 copy color: '#D35352'

red 211 ◦ green 83 ◦ blue 82

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

Shades of Valencia #D35352

Tints of Valencia #D35352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

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

R = 56.12%
G = 22.07%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D35352 (or 0xD35352) is known color: Valencia. HEX triplet: D3, 53 and 52. RGB value is (211,83,82). Sum of RGB (Red+Green+Blue) = 211+83+82=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D35352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35352 is #2CACAD. Grayscale: #797979. Windows color (decimal): -2927790 or 5395411. OLE color: 5395411.

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

Color convert

RGB 211 83 82 -
CMYK 0 0.61 0.61 0.17
HSL 0.47º 0.59% 0.57% -
HSV(B) 0.47º 0.61% 0.83% -
XYZ 31.48 20.64 10.31 -
YUV 121.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 211 83 82 0 0.61 0.61 0.17 0.47 0.59 0.57
Hex D3 53 52 0 3D 3D 11 0 3B 39
Octal 323 123 122 0 75 75 21 0 73 71
Binary 11010011 1010011 1010010 0 111101 111101 10001 0 111011 111001

Color Harmonies of #D35352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35352

Black with #D35352

Text Example


Text Example

White with #D35352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35352; }

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

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

background-color css

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

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

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

border-color css

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

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

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