Html Css Color HEX #D05951 Valencia

📋 copy color: '#D05951'

red 208 ◦ green 89 ◦ blue 81

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

Shades of Valencia #D05951

Tints of Valencia #D05951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.43%

R = 55.03%
G = 23.54%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D05951 (or 0xD05951) is known color: Valencia. HEX triplet: D0, 59 and 51. RGB value is (208,89,81). Sum of RGB (Red+Green+Blue) = 208+89+81=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D05951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05951 is #2FA6AE. Grayscale: #7B7B7B. Windows color (decimal): -3122863 or 5331408. OLE color: 5331408.

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

Color convert

RGB 208 89 81 -
CMYK 0 0.57 0.61 0.18
HSL 3.78º 0.57% 0.57% -
HSV(B) 3.78º 0.61% 0.82% -
XYZ 31.07 21.15 10.23 -
YUV 123.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 208 89 81 0 0.57 0.61 0.18 3.78 0.57 0.57
Hex D0 59 51 0 39 3D 12 4 39 39
Octal 320 131 121 0 71 75 22 4 71 71
Binary 11010000 1011001 1010001 0 111001 111101 10010 100 111001 111001

Color Harmonies of #D05951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05951

Black with #D05951

Text Example


Text Example

White with #D05951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05951; }

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

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

background-color css

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

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

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

border-color css

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

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

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