Html Css Color HEX #D95542 Valencia

📋 copy color: '#D95542'

red 217 ◦ green 85 ◦ blue 66

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

Shades of Valencia #D95542

Tints of Valencia #D95542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 58.97%
G = 23.1%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D95542 (or 0xD95542) is known color: Valencia. HEX triplet: D9, 55 and 42. RGB value is (217,85,66). Sum of RGB (Red+Green+Blue) = 217+85+66=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D95542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95542 is #26AABD. Grayscale: #7A7A7A. Windows color (decimal): -2534078 or 4347353. OLE color: 4347353.

HSL color Cylindrical-coordinate representation of color #D95542: hue angle of 7.55º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D95542 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 85 66 -
CMYK 0 0.61 0.70 0.15
HSL 7.55º 0.67% 0.55% -
HSV(B) 7.55º 0.7% 0.85% -
XYZ 32.85 21.64 7.6 -
YUV 122.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 217 85 66 0 0.61 0.70 0.15 7.55 0.67 0.55
Hex D9 55 42 0 3D 46 F 8 43 37
Octal 331 125 102 0 75 106 17 10 103 67
Binary 11011001 1010101 1000010 0 111101 1000110 1111 1000 1000011 110111

Color Harmonies of #D95542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95542

Black with #D95542

Text Example


Text Example

White with #D95542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95542; }

 p { color: rgb(217,85,66); }

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

background-color css

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

 a { background-color: rgb(217,85,66); }

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

border-color css

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

 span { border-color: rgb(217,85,66); }

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