Html Css Color HEX #D05953 Valencia

📋 copy color: '#D05953'

red 208 ◦ green 89 ◦ blue 83

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

Shades of Valencia #D05953

Tints of Valencia #D05953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 54.74%
G = 23.42%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D05953 (or 0xD05953) is known color: Valencia. HEX triplet: D0, 59 and 53. RGB value is (208,89,83). Sum of RGB (Red+Green+Blue) = 208+89+83=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D05953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05953 is #2FA6AC. Grayscale: #7C7C7C. Windows color (decimal): -3122861 or 5462480. OLE color: 5462480.

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

Color convert

RGB 208 89 83 -
CMYK 0 0.57 0.60 0.18
HSL 2.88º 0.57% 0.57% -
HSV(B) 2.88º 0.6% 0.82% -
XYZ 31.15 21.18 10.63 -
YUV 123.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 208 89 83 0 0.57 0.60 0.18 2.88 0.57 0.57
Hex D0 59 53 0 39 3C 12 3 39 39
Octal 320 131 123 0 71 74 22 3 71 71
Binary 11010000 1011001 1010011 0 111001 111100 10010 11 111001 111001

Color Harmonies of #D05953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05953

Black with #D05953

Text Example


Text Example

White with #D05953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05953; }

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

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

background-color css

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

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

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

border-color css

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

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

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