Html Css Color HEX #D35C52 Valencia

📋 copy color: '#D35C52'

red 211 ◦ green 92 ◦ blue 82

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

Shades of Valencia #D35C52

Tints of Valencia #D35C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 54.81%
G = 23.9%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D35C52 (or 0xD35C52) is known color: Valencia. HEX triplet: D3, 5C and 52. RGB value is (211,92,82). Sum of RGB (Red+Green+Blue) = 211+92+82=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C52 is #2CA3AD. Grayscale: #7E7E7E. Windows color (decimal): -2925486 or 5397715. OLE color: 5397715.

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

Color convert

RGB 211 92 82 -
CMYK 0 0.56 0.61 0.17
HSL 4.65º 0.59% 0.57% -
HSV(B) 4.65º 0.61% 0.83% -
XYZ 32.21 22.11 10.55 -
YUV 126.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 211 92 82 0 0.56 0.61 0.17 4.65 0.59 0.57
Hex D3 5C 52 0 38 3D 11 5 3B 39
Octal 323 134 122 0 70 75 21 5 73 71
Binary 11010011 1011100 1010010 0 111000 111101 10001 101 111011 111001

Color Harmonies of #D35C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C52

Black with #D35C52

Text Example


Text Example

White with #D35C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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