Html Css Color HEX #D05251 Valencia

📋 copy color: '#D05251'

red 208 ◦ green 82 ◦ blue 81

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

Shades of Valencia #D05251

Tints of Valencia #D05251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 56.06%
G = 22.1%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D05251 (or 0xD05251) is known color: Valencia. HEX triplet: D0, 52 and 51. RGB value is (208,82,81). Sum of RGB (Red+Green+Blue) = 208+82+81=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D05251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05251 is #2FADAE. Grayscale: #777777. Windows color (decimal): -3124655 or 5329616. OLE color: 5329616.

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

Color convert

RGB 208 82 81 -
CMYK 0 0.61 0.61 0.18
HSL 0.47º 0.57% 0.57% -
HSV(B) 0.47º 0.61% 0.82% -
XYZ 30.51 20.04 10.04 -
YUV 119.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 208 82 81 0 0.61 0.61 0.18 0.47 0.57 0.57
Hex D0 52 51 0 3D 3D 12 0 39 39
Octal 320 122 121 0 75 75 22 0 71 71
Binary 11010000 1010010 1010001 0 111101 111101 10010 0 111001 111001

Color Harmonies of #D05251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05251

Black with #D05251

Text Example


Text Example

White with #D05251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05251; }

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

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

background-color css

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

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

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

border-color css

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

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

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