Html Css Color HEX #D95044 Valencia

📋 copy color: '#D95044'

red 217 ◦ green 80 ◦ blue 68

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

Shades of Valencia #D95044

Tints of Valencia #D95044

RGB

 RED value IS 217 (85.16% from 255) = 59.45%

 GREEN value IS 80 (31.64% from 255) = 21.92%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 59.45%
G = 21.92%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D95044 (or 0xD95044) is known color: Valencia. HEX triplet: D9, 50 and 44. RGB value is (217,80,68). Sum of RGB (Red+Green+Blue) = 217+80+68=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D95044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95044 is #26AFBB. Grayscale: #777777. Windows color (decimal): -2535356 or 4477145. OLE color: 4477145.

HSL color Cylindrical-coordinate representation of color #D95044: hue angle of 4.83º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D95044 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 68 -
CMYK 0 0.63 0.69 0.15
HSL 4.83º 0.66% 0.56% -
HSV(B) 4.83º 0.69% 0.85% -
XYZ 32.53 20.91 7.79 -
YUV 119.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 217 80 68 0 0.63 0.69 0.15 4.83 0.66 0.56
Hex D9 50 44 0 3F 45 F 5 42 38
Octal 331 120 104 0 77 105 17 5 102 70
Binary 11011001 1010000 1000100 0 111111 1000101 1111 101 1000010 111000

Color Harmonies of #D95044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95044

Black with #D95044

Text Example


Text Example

White with #D95044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95044; }

 p { color: rgb(217,80,68); }

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

background-color css

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

 a { background-color: rgb(217,80,68); }

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

border-color css

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

 span { border-color: rgb(217,80,68); }

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