Html Css Color HEX #D05751 Valencia

📋 copy color: '#D05751'

red 208 ◦ green 87 ◦ blue 81

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

Shades of Valencia #D05751

Tints of Valencia #D05751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

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

R = 55.32%
G = 23.14%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D05751 (or 0xD05751) is known color: Valencia. HEX triplet: D0, 57 and 51. RGB value is (208,87,81). Sum of RGB (Red+Green+Blue) = 208+87+81=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D05751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05751 is #2FA8AE. Grayscale: #7A7A7A. Windows color (decimal): -3123375 or 5330896. OLE color: 5330896.

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

Color convert

RGB 208 87 81 -
CMYK 0 0.58 0.61 0.18
HSL 2.83º 0.57% 0.57% -
HSV(B) 2.83º 0.61% 0.82% -
XYZ 30.91 20.82 10.17 -
YUV 122.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 208 87 81 0 0.58 0.61 0.18 2.83 0.57 0.57
Hex D0 57 51 0 3A 3D 12 3 39 39
Octal 320 127 121 0 72 75 22 3 71 71
Binary 11010000 1010111 1010001 0 111010 111101 10010 11 111001 111001

Color Harmonies of #D05751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05751

Black with #D05751

Text Example


Text Example

White with #D05751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05751; }

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

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

background-color css

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

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

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

border-color css

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

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

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