Html Css Color HEX #D05350 Valencia

📋 copy color: '#D05350'

red 208 ◦ green 83 ◦ blue 80

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

Shades of Valencia #D05350

Tints of Valencia #D05350

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

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

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

R = 56.06%
G = 22.37%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D05350 (or 0xD05350) is known color: Valencia. HEX triplet: D0, 53 and 50. RGB value is (208,83,80). Sum of RGB (Red+Green+Blue) = 208+83+80=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D05350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05350 is #2FACAF. Grayscale: #787878. Windows color (decimal): -3124400 or 5264336. OLE color: 5264336.

HSL color Cylindrical-coordinate representation of color #D05350: hue angle of 1.41º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05350 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 80 -
CMYK 0 0.60 0.62 0.18
HSL 1.41º 0.58% 0.56% -
HSV(B) 1.41º 0.62% 0.82% -
XYZ 30.55 20.18 9.87 -
YUV 120.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 208 83 80 0 0.60 0.62 0.18 1.41 0.58 0.56
Hex D0 53 50 0 3C 3E 12 1 3A 38
Octal 320 123 120 0 74 76 22 1 72 70
Binary 11010000 1010011 1010000 0 111100 111110 10010 1 111010 111000

Color Harmonies of #D05350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05350

Black with #D05350

Text Example


Text Example

White with #D05350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05350; }

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

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

background-color css

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

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

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

border-color css

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

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

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