Html Css Color HEX #D35350 Valencia

📋 copy color: '#D35350'

red 211 ◦ green 83 ◦ blue 80

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

Shades of Valencia #D35350

Tints of Valencia #D35350

RGB

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

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

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

R = 56.42%
G = 22.19%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D35350 (or 0xD35350) is known color: Valencia. HEX triplet: D3, 53 and 50. RGB value is (211,83,80). Sum of RGB (Red+Green+Blue) = 211+83+80=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D35350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35350 is #2CACAF. Grayscale: #797979. Windows color (decimal): -2927792 or 5264339. OLE color: 5264339.

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

Color convert

RGB 211 83 80 -
CMYK 0 0.61 0.62 0.17
HSL 1.37º 0.6% 0.57% -
HSV(B) 1.37º 0.62% 0.83% -
XYZ 31.41 20.61 9.91 -
YUV 120.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 211 83 80 0 0.61 0.62 0.17 1.37 0.6 0.57
Hex D3 53 50 0 3D 3E 11 1 3C 39
Octal 323 123 120 0 75 76 21 1 74 71
Binary 11010011 1010011 1010000 0 111101 111110 10001 1 111100 111001

Color Harmonies of #D35350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35350

Black with #D35350

Text Example


Text Example

White with #D35350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35350; }

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

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

background-color css

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

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

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

border-color css

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

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

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