Html Css Color HEX #D26150 Valencia

📋 copy color: '#D26150'

red 210 ◦ green 97 ◦ blue 80

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

Shades of Valencia #D26150

Tints of Valencia #D26150

RGB

 RED value IS 210 (82.42% from 255) = 54.26%

 GREEN value IS 97 (38.28% from 255) = 25.06%

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

R = 54.26%
G = 25.06%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D26150 (or 0xD26150) is known color: Valencia. HEX triplet: D2, 61 and 50. RGB value is (210,97,80). Sum of RGB (Red+Green+Blue) = 210+97+80=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D26150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26150 is #2D9EAF. Grayscale: #818181. Windows color (decimal): -2989744 or 5267922. OLE color: 5267922.

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

Color convert

RGB 210 97 80 -
CMYK 0 0.54 0.62 0.18
HSL 7.85º 0.59% 0.57% -
HSV(B) 7.85º 0.62% 0.82% -
XYZ 32.3 22.83 10.29 -
YUV 128.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 210 97 80 0 0.54 0.62 0.18 7.85 0.59 0.57
Hex D2 61 50 0 36 3E 12 8 3B 39
Octal 322 141 120 0 66 76 22 10 73 71
Binary 11010010 1100001 1010000 0 110110 111110 10010 1000 111011 111001

Color Harmonies of #D26150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26150

Black with #D26150

Text Example


Text Example

White with #D26150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26150; }

 p { color: rgb(210,97,80); }

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

background-color css

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

 a { background-color: rgb(210,97,80); }

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

border-color css

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

 span { border-color: rgb(210,97,80); }

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